v1
latestOpenAPI 3.0.02026-07-2447166133.5 KBOrganization
Get a member of the organization by id
This operation retrieves a specific organization member (organization, team, or teammate), by id.
get/organization/members/{memberId}
Path parameters
memberIdstring required
The unique identifier of the member
Response
Expected response to a valid request
Example response
{
"displayName": "John Doe, MD",
"email": "provider@example.com",
"id": "entity_0E5QDGJC03000",
"type": "teammate"
}