v1

latestOpenAPI 3.0.1Apache 2.02026-07-174811204.8 KB
organizations

Update organization member role

Update the role of an existing member in a specific organization.

put/api/v1/orgs/organizations/{org_id}/members/

Path parameters

org_idstring required

Unique identifier of the organization

Request body

emailstring required

Email of the member whose role is to be updated

rolestring required

New role of the member in the organization

Response

User role updated successfully

messagestring

Example response

{
  "message": "User role updated successfully"
}