Vigilfield Docs
API referenceIdentity providers

Identity_provider_create

POST/identity-providers

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/identity-providers" \  -H "Content-Type: application/json" \  -d '{    "domains": [      "string"    ],    "name": "string",    "protocol": "saml"  }'
{  "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"}