Wordpress Search User Output bundle is empty

Hello, I’m trying to search existing users on our WordPress and then enroll them to Learndash.
This morning I ran a test and I managed to do it successfully but now when I try it the output bundle of the search user action in my scenario always comes out empty

The API custom fields have been enabled in the make connector plugin in Wordpress but it simply stopped working.

Screenshot 2023-09-26 144644

Hello,

If you are sure that the said user exists in your Wordpress system, removing and reconfiguring Search Users module is a good place to start and please try making Search call via any API tool like postman to verify if you are getting desired output there.

Hope this points you in the right direction, Thanks.

2 Likes

You can use the WordPress API module and do a search for the email

This is what you need to search for users/?search=your@email.com

From there you can use LearnDash to do it.

2 Likes