v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBIdentity Providers
Update an identity provider
Enable or disable an identity provider for the current organization.
patch/api/v2/identity_providers/{idp_id}
Path parameters
idp_idstring required
Example:00000000-0000-0000-0000-000000000001
The ID of the identity provider.
Request body
Example request
{
"data": {
"attributes": {
"enabled": true
},
"id": "00000000-0000-0000-0000-000000000001",
"type": "identity_providers"
}
}Response
OK
Example response
{
"data": {
"attributes": {
"authentication_method": "SAML",
"enabled": true
},
"id": "00000000-0000-0000-0000-000000000001",
"type": "identity_providers"
}
}