Get service provider configuration
Gets the Postman SCIM API configuration information. This includes a list of supported operations.
Authentication
x-api-keystring
API Key authentication via header
OR
Authorizationstring
A valid [SCIM API key](https://learning.postman.com/docs/administration/scim-provisioning/scim-provisioning-overview/#generating-scim-api-key) for calls to SCIM endpoints.
OR
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Response
Successful Response
schemas
The SCIM schema URI.
documentationUri
A link to the URI's documentation.
patch
Information about patch configuration.
bulk
Information about bulk configuration.
filter
Information about the filter configuration.
changePassword
Information about the change password configuration.
sort
Information about the sort configuration.
authenticationSchemes
A list of authentication schemes.
etag
Information about the entity tag (Etag) HTTP response header configuration.
meta
The response’s non-standard meta information.
Errors
401
Unauthorized Error
500
Internal Server Error