Skip to main content
PUT
Update Organization Member Role

Authorizations

Authorization
string
header
required

Use an access token retrieved from login (Bearer sess_...) or a programmatic API key (Bearer ak_...).

Path Parameters

orgID
string<uuid>
required

The ID of the organization.

userID
string<uuid>
required

The ID of the user whose role is being updated.

Body

application/json
role
enum<string>
required

The new role for the member. 'admin' promotes to organization admin, 'member' demotes to standard member.

Available options:
admin,
member

Response

Role updated successfully

success
boolean