Vigilfield Docs
API referenceIdentity providers

Identity_provider_patch

PATCH/identity-providers/{id}

Path Parameters

id*string

Identity provider id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/identity-providers/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "attribute_mappings": null,  "cognito_provider_name": "string",  "created_at": "string",  "domains": [    "string"  ],  "enabled": true,  "id": "string",  "last_sync_at": "string",  "name": "string",  "oidc": null,  "org_id": "string",  "protocol": "saml",  "saml": null,  "scim": null,  "updated_at": "string"}