Skip to main content
POST
Add workspace members
This endpoint requires a management API key with workspaces:write and an owner or admin role.
The role can be admin or member. Workspace ownership cannot be assigned through this endpoint.

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

Workspace UUID or slug.

Body

application/json
user_ids
string[]
required
Required array length: 1 - 100 elements
role
enum<string>
Available options:
admin,
member

Response

Members added

added_count
integer
required
Required range: x >= 0
data
object[]
required
Last modified on August 30, 2026