get https://api.talkdeskapp.com/scim/v2/ServiceProviderConfig
Check the service provider configurations available in this instance
Scope
scim
Body Response - Schema
200 OK
Represents the service provider's configuration
Parameter | Type | Description | Required |
---|---|---|---|
schemas | array[string] | URN of the schemas for this document | yes |
bulk | object | Displays bulk feature. "bulk" subdivides into: 1 - "supported" (boolean) - displays if feature is supported or not. Required. 2 - "maxOperations" (integer) - displays the maximum number of operations supported. Required. 3 - "maxPayloadSize" (integer) - displays the maximum payload size supported. Required. | yes |
changePassword | object | Displays change password feature. "changePassword" subdivides into: "supported" (boolean) - displays if feature is supported or not. Required. | yes |
documentationUri | string | service provider's documentation | yes |
etag | object | Displays ETag feature. "etag" subdivides into: "supported" (boolean) - displays if feature is supported or not. Required. | yes |
filter | object | Displays filter feature. "filter" subdivides into: 1 - "supported" (boolean) - displays if feature is supported or not. Required. 2 - "maxResults" (integer) - default value for max results in pagination. Required. | yes |
patch | object | Displays patch feature. "patch" subdivides into: "supported" (boolean) - displays if feature is supported or not. Required. | yes |
sort | object | Displays sort feature. "sort" subdivides into: "supported" (boolean) - displays if feature is supported or not. Required. | yes |
meta | object | Displays meta information. "meta" subdivides into: 1 - "resourceType" (string) - displays the resource type. Required. 2 - "location" (string) - displays the resource location. Required. | no |
401 (missing or invalid authorization), 403 (forbidden operation)
SCIM-related error
Parameter | Type | Description | Required |
---|---|---|---|
schemas | array[string] | URN schema for errors. Allowed value: urn:ietf:params:scim:api:messages:2.0:Error | yes |
status | string | HTTP status code | yes |
detail | string | message detailing the error | yes |
scimType | string | type of SCIM error | no |
Troubleshooting
If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.