Skip to main content
PATCH
Change an organization member role

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

Organization identifier the member belongs to.

Example:

"org-abc123"

memberId
string
required

The membership row id (primary key of the organization member record).

Example:

"mbr-abc123"

Body

application/json
role
enum<string>
required

New role for the member. Only Admin or Member are permitted.

Available options:
Admin,
Member
Example:

"Member"

Response

Member role updated