Skip to content

Provides SCIM Schema Provider Configuration

Request

Returns the Schema Provider configuration as per SCIM 2.0 Specification. Additional references:

Security
oauth2_as_a_server(Required scopes: users.read) or oauth2_as_a_user(Required scopes: users.read)
curl -i -X GET \
  https://partner.socialchorus.com/scim/v2/ServiceProviderConfig \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Bodyapplication/scim+json
object
Response
{ "schemas": [ "urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig" ], "documentationUri": "https://partner.socialchorus.com/endpoints", "patch": { "supported": true }, "bulk": { "supported": false }, "filter": { "supported": true }, "changePassword": { "supported": false }, "sort": { "supported": true }, "etag": { "supported": false }, "authenticationSchemas": [ {} ], "meta": { "location": "undefined/scim/v2/ServiceProviderConfig", "resourceType": "ServiceProviderConfig", "created": "2020-10-19T00:00:00Z", "lastModified": "2020-10-19T00:00:00Z", "version": "v1.22.1" } }