Update user roles

patch/api/usermanagement/v1/organizations/{orgId}/users/{userId}/roles

Updates the roles assigned to a specific user within an organization by adding or removing roles. May require approval for critical changes.

Path Parameters

  • orgIdstringRequired
  • userIdstringRequired

Request Body

add array[string]
External user IDs to add as org admins.
remove array[string]
External user IDs to remove from org admin roles.

200 Response

202 Response

400 Response

403 Response

404 Response