How to "GET" members through the API
Link: https://support.brilliantdirectories.com/support/solutions/articles/12000095723
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 also be used for leads APIs and posts 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'

Pagination
By default, the system displays up to 100 results per page. If needed, the number of results can be adjusted by entering any value between 20 and 100 in the "limit" field.
The unique values of next_page and last_page can be used in the page field to load the corresponding next or last page of results.

Multiple Properties
It is possible to include multiple properties when searching for data through the API.

