Search
Retrieves member accounts that match the provided search criteria.
Request
GET/user/v1/member/search
Path Parameters
No parameters
Query Parameters
menberidstring :optional
The unique identifier of the member. This can be the Recuro Health specified ID or an ID provided by the client.
firstnamestring :optional
The first name of the patient as listed in the Recuro Health system.
lastnamestring :optional
The last name of the patient as listed in the Recuro Health system.
dateofbirthdate :optional
The date of birth of the patient as listed in the Recuro Health system.
emailaddressstring :optional
The email address of the patient as listed in the Recuro Health system.
mobilenumberstring :optional
The mobile phone number of the patient as listed in the Recuro Health system.
Example
curl -XGET 'https://platform.wellviasolutions.com/user/v1/member/search?memberid=abc123' \
-u 'Bearer:{your_token}'GET https://platform.wellviasolutions.com/user/v1/member/search?memberid=abc123 HTTP/1.1Response
A list of Member Objects if matches are found. If no matches are found, an empty list will be returned.
Updated about 1 year ago

