Members

Update a member's role

Update a member's organization role.

patch/members/{member}/role

Path parameters

memberstring required

User ID, or URL-encoded email address, of the member to update.

Request body

organizationIdstring

Organization containing the member. Auto-filled from CLI and SDK context when omitted. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).

role'admin' | 'member' required

Role to assign.

Response

OK

Changes

No recorded changes to this endpoint across all 4 revisions of this API.