How to "GET" members through the API
In this article, we will be going over how to "get" members using the /get API by email or any other column using these query parameters.
Important Note:
This process can be used also for leads APIs and posts if you want to search a lead or post by a column.
How to "get" Members:
It is possible to "get" the member by email or any other column using the following query:
curl --location 'https://stufebruary18997.directoryup.com/api/v2/user/get?property=email&property_value=sample%40sample.com' \ --header 'X-Api-Key: a4dec6f5434c48b4c8d128567923e040'