Update role users

patch/api/usermanagement/v1/organizations/{externalOrganizationId}/roles/{roleId}/users

Updates the list of users assigned to a specific role within an organization. This may require approval for critical roles.

Path Parameters

  • externalOrganizationIdstringRequired
  • roleIdstring<uuid>Required

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