Retrieve an Organization Member
GET /api/0/organizations/{organization_slug}/members/{member_id}/
Retrieve an organization member's details.
Will return a pending invite as long as it's already approved.
Path Parameters
organization_slug
(string)REQUIREDThe slug of the organization the resource belongs to.
member_id
(string)REQUIREDThe ID of the organization member.
Scopes
You need to authenticate via bearer auth token.
<auth_token>
requires one of the following scopes:member:admin
member:read
member:write
curl https://sentry.io/api/0/organizations/{organization_slug}/members/{member_id}/ \ -H 'Authorization: Bearer <auth_token>'
RESPONSESCHEMA
.