Skip to main content
GET
/
api
/
v1
/
scim
/
v2
/
ServiceProviderConfig
{
  "schemas": [
    "urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"
  ],
  "documentationUri": "<string>",
  "patch": {
    "supported": true
  },
  "bulk": {
    "maxPayloadSize": 123,
    "maxOperations": 123,
    "supported": true
  },
  "filter": {
    "maxResults": 123,
    "supported": true
  },
  "changePassword": {
    "supported": true
  },
  "sort": {
    "supported": true
  },
  "etag": {
    "supported": true
  },
  "authenticationSchemes": [
    {
      "primary": true,
      "documentationUri": "<string>",
      "specUri": "<string>",
      "description": "<string>",
      "name": "<string>",
      "type": "<string>"
    }
  ]
}

Response

200 - application/json

Ok

schemas
enum<string>[]
required
patch
object
required
bulk
object
required
filter
object
required
changePassword
object
required
sort
object
required
etag
object
required
authenticationSchemes
object[]
required
documentationUri
string