latestOpenAPI 3.0.12026-08-10234260964.0 KB

6cc88fde6435

Organization Members

Get organization member

Retrieves the specified organization member.

get/organizations/{organization_id}/members/{user_id}

Path parameters

organization_idstring required

The ID of the organization.<br> Prefix with name= to retrieve the organization by name instead.

user_idstring uuid required
Example:d81c8ee2-44b3-429f-b944-a33ad7437690

The ID of the user.

Response

OK

idstring uuid

The ID of the user.

organization_idstring ulid

The ID of the organization.

user_idstring uuid

The ID of the user.

permissionsstring[]

The organization member permissions.

level'admin' | 'viewer'

Access level of the member.

ownerboolean

Whether the member is the organization owner.

created_atstring date-time

The date and time when the member was created.

updated_atstring date-time

The date and time when the member was last updated.