WordPress Search User Response
Status: Closed · Asked by joker on · 0 views
When searching for a user it does not return the address attached to the user's account in the response. Is there a way this could be added?
Hey @joker
If the actions step didn't get the details of the contact then it is possible that the particular user might be added int your WordPress with that particular email address or doesn't exist.
And the "Search User" action step does provide the users' email addresses in real-time execution.

I'm sorry I should have added more details. The email address exists in WordPress and it returns information from the user account associated with that email address. However, in the response it does not include the shipping/billing address information that would be needed for a WooCommerce order. I'm attempting to create a workload that when triggered it automatically creates a WooCommerce order for the user.
Hey @joker
You can try the "WooCommerce: Retrieve an Order By Email" action step to retrieve the billing address of users.

That worked! Thank you.