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)
REQUIRED

The slug of the organization the resource belongs to.

member_id (string)
REQUIRED

The ID of the organization member.

Scopes

<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
.