GET
/
api
/
v1
/
scim
/
ServiceProviderConfig
curl --request GET \
  --url https://saas.pads365.com/rdx/NDS.Services.User.Scim/api/v1/scim/ServiceProviderConfig
{
  "schemas": [
    "<string>"
  ],
  "id": "<string>",
  "externalId": "<string>",
  "applicationExternalId": "<string>",
  "meta": {
    "resourceType": "<string>",
    "created": "2023-11-07T05:31:56Z",
    "lastModified": "2023-11-07T05:31:56Z",
    "location": "<string>",
    "version": "<string>"
  },
  "status": "<string>",
  "documentationUri": "<string>",
  "patch": {
    "supported": true
  },
  "bulk": {
    "supported": true
  },
  "filter": {
    "supported": true
  },
  "changePassword": {
    "supported": true
  },
  "sort": {
    "supported": true
  },
  "etag": {
    "supported": true
  },
  "authenticationSchemes": [
    {
      "type": "<string>",
      "name": "<string>",
      "description": "<string>",
      "specUri": "<string>",
      "documentationUri": "<string>",
      "primary": true
    }
  ]
}

Response

200 - application/json

The response is of type object.