Skip to main content
GET
/
scim
/
v2
/
ServiceProviderConfig
Get SCIM Service Provider Config
curl --request GET \
  --url https://paradigm.lighton.ai/scim/v2/ServiceProviderConfig \
  --header 'Authorization: Bearer <token>'
{
  "schemas": [
    "<string>"
  ],
  "documentationUri": "<string>",
  "patch": {
    "supported": true
  },
  "bulk": {
    "supported": true,
    "maxOperations": 1000,
    "maxPayloadSize": 1048576
  },
  "filter": {
    "supported": true,
    "maxResults": 200
  },
  "sort": {
    "supported": true
  },
  "etag": {
    "supported": true
  },
  "authenticationSchemes": [
    {
      "name": "OAuth Bearer Token",
      "description": "<string>",
      "type": "oauthbearertoken",
      "primary": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Response

200 - application/json

OK

schemas
string[]
required
patch
object
required
bulk
object
required
filter
object
required
sort
object
required
etag
object
required
authenticationSchemes
object[]
required
documentationUri
string<uri>
I