Skip to main content
POST
Create organization member

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string<ulid>
required

The ID of the organization.

Body

application/json
user_id
string<uuid>
required

ID of the user.

permissions
enum<string>[]

The organization member permissions.

Available options:
admin,
billing,
members,
plans,
projects:create,
projects:list

Response

Created

id
string<uuid>
deprecated

The ID of the user.

organization_id
string<ulid>

The ID of the organization.

user_id
string<uuid>

The ID of the user.

permissions
enum<string>[]

The organization member permissions.

Available options:
admin,
billing,
members,
plans,
projects:create,
projects:list
level
enum<string>

Access level of the member.

Available options:
admin,
viewer
owner
boolean

Whether the member is the organization owner.

created_at
string<date-time>

The date and time when the member was created.

updated_at
string<date-time>

The date and time when the member was last updated.

Last modified on June 16, 2026