Update role users

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

Updates the users assigned to a specific role for internal use

Path Parameters

  • externalOrganizationIdstringRequired
    External organization ID
  • roleIdstring<uuid>Required
    Role UUID

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

400 Response

404 Response