latestOpenAPI 3.0.12026-08-10234260964.0 KB

6cc88fde6435

Organization Members

Create organization member

Creates a new organization member.

post/organizations/{organization_id}/members

Path parameters

organization_idstring ulid required

The ID of the organization.

Request body

user_idstring uuid required

ID of the user.

permissionsstring[]

The organization member permissions.

Response

Created

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.