API referenceIdentity providers
Identity_provider_list
curl -X GET "https://example.com/identity-providers"{ "data": [ { "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" } ], "page": 0, "page_size": 0, "total": 0, "total_pages": 0}