Skip to main content
PATCH
Update a workspace member role
This endpoint requires a workspace owner and a management API key with workspaces:write.
The owner’s role is immutable.

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

Workspace UUID or slug.

user_id
string
required

User identifier.

Body

application/json
role
enum<string>
required
Available options:
admin,
member

Response

Updated workspace member

data
object
required
Last modified on August 30, 2026