Skip to main content
PATCH
Change a team member's role
Updates a teammate’s role. owner/admin only. The last remaining owner cannot be demoted — that returns 409.

Body Parameters

Example Request

Example Response

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Body

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

Response

Updated user.

data
object

A dashboard user account within a tenant.