Search
Retrieves member accounts that match the provided search criteria.
Request
GET
/user/v1/member/search
Path Parameters
No parameters
Query Parameters
menberid string : optional
The unique identifier of the member. This can be the Recuro Health specified ID or an ID provided by the client.
firstname string : optional
The first name of the patient as listed in the Recuro Health system.
lastname string : optional
The last name of the patient as listed in the Recuro Health system.
dateofbirth date : optional
The date of birth of the patient as listed in the Recuro Health system.
emailaddress string : optional
The email address of the patient as listed in the Recuro Health system.
mobilenumber string : 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 7 months ago
