Skip to main content
PATCH
Update Workspace Member Role

Authorizations

Authorization
string
header
required

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

Path Parameters

workspace_id
string<uuid>
required
member_user_id
string
required

Body

application/json
role
string
required
Pattern: ^(admin|member)$

Response

Successful Response

user_id
string
required
role
string
required
email
string | null
full_name
string | null
image_url
string | null
created_at
string<date-time> | null