SCIM
Query an Individual Organization Member
Query an individual organization member with a SCIM User GET Request.
- The name object will contain fields firstName and lastName with the values of N/A. Sentry's SCIM API does not currently support these fields but returns them for compatibility purposes.
get/api/0/organizations/{organization_id_or_slug}/scim/v2/Users/{member_id}
Path parameters
organization_id_or_slugstring required
The ID or slug of the organization the resource belongs to.
member_idstring required
The ID of the member to query.