v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-2112360218.7 KB
Organizations

Update Organization Member Role

Promotes a standard user to an organization admin role or demotes them back to a standard member. Requires Org Admin privileges.

put/v1/orgs/{orgID}/members/{userID}/role

Path parameters

orgIDstring uuid required

The ID of the organization.

userIDstring uuid required

The ID of the user whose role is being updated.

Request body

role'admin' | 'member' required

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

Response

Role updated successfully

successboolean