v1

latestOpenAPI 3.0.02026-07-2447166133.5 KB
Organization

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

OR
OR

Example response

{
  "displayName": "John Doe, MD",
  "email": "provider@example.com",
  "id": "entity_0E5QDGJC03000",
  "type": "teammate"
}