Workspace Members
Update Member Role
Changes a member’s role within the workspace.
- Only owners can assign
owner
oradmin
roles. - An owner cannot demote themselves if they are the last owner in the workspace.
PATCH
Update Member Role
Authorizations
Auth0 JWT token for user authentication.
Path Parameters
The unique identifier for the workspace.
Example:
"ws_abc123"
The unique identifier for the member (Auth0 user ID).
Example:
"auth0|507f1f77bcf86cd799439011"
Body
application/json
Response
200 - application/json
Member role updated successfully.
The response is of type object
.
Update Member Role