English
API Reference v3
cURL
curl --request GET \ --url https://paradigm.lighton.ai/scim/v2/ServiceProviderConfig \ --header 'Authorization: Bearer <token>'
{ "documentationUri": "<string>", "patch": { "supported": false }, "bulk": { "maxOperations": 123, "maxPayloadSize": 123, "supported": false }, "filter": { "maxResults": 123, "supported": false }, "changePassword": { "supported": false }, "sort": { "supported": false }, "etag": { "supported": false }, "authenticationSchemes": { "type": "<string>", "name": "<string>", "description": "<string>", "specUri": "<string>", "documentationUri": "<string>", "primary": false }, "meta": { "location": "<string>", "resourceType": "ServiceProviderConfig" }, "schemas": [ "urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Service provider configuration response
Show child attributes