v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Users

Update identity provider overrides for a user

Set the identity provider overrides for a specific user in the organization. Pass an empty list to remove all overrides, reverting the user to the organization's default identity providers.

patch/api/v2/users/{user_id}/relationships/identity_providers

Path parameters

user_idstring required
Example:00000000-0000-9999-0000-000000000000

The ID of the user.

Request body

Example request

{
  "data": [
    {
      "id": "00000000-0000-0000-0000-000000000001",
      "type": "identity_providers"
    }
  ]
}

Response

No Content