Read Service Provider Configuration

GET {{scimPath}}/environments/{{envID}}/v2/ServiceProviderConfig

The GET {{scimPath}}/environments/{{envID}}/v2/ServiceProviderConfig operation returns the SCIM configuration of the PingOne SCIM API.

RESPONSES

status: OK

{"schemas":["urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"],"meta":{"resourceType":"ServiceProviderConfig","created":"2022-10-24T00:00:00.000Z","lastModified":"2022-10-24T00:00:00.000Z","location":"https://scim-api.pingone.com/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/v2/ServiceProviderConfig"},"patch":{"supported":true},"bulk":{"supported":false,"maxOperations":0,"maxPayloadSize":0},"filter":{"supported":true,"maxResults":200},"changePassword":{"supported":false},"sort":{"supported":false},"etag":{"supported":false},"authenticationSchemes":[{"name":"OAuth 2.0 Bearer Token","description":"The OAuth 2.0 Bearer Token Authentication scheme. OAuth enables clients to access protected resources by obtaining an access token, which is defined in RFC 6750 as \"a string representing an access authorization issued to the client\", rather than using the resource owner's credentials directly.","specUri":"https://tools.ietf.org/html/rfc6750","documentationUri":"https://tools.ietf.org/html/rfc6750","type":"oauthbearertoken","primary":true}]}