Skip to main content
PATCH
Update member role (owner only)

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

org_id
string
required

Organization identifier (e.g. org-abc12345)

user_id
string
required

Body

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

Response

Role updated

org_id
string
user_id
string
old_role
string
new_role
string