v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBUsers
Get identity provider overrides for a user
Get the identity provider overrides for a specific user in the organization. When a user has no overrides set, they use the organization's default identity providers.
get/api/v2/users/{user_id}/identity_providers
Path parameters
user_idstring required
Example:00000000-0000-9999-0000-000000000000
The ID of the user.
Response
OK
Example response
{
"data": [
{
"attributes": {
"authentication_method": "SAML"
},
"id": "00000000-0000-0000-0000-000000000001",
"type": "identity_providers"
}
]
}