Get service provider configuration

View as Markdown
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
schemaslist of strings
documentationUristringformat: "url"
A link to the URI's documentation.
patchobject
Information about patch configuration.
bulkobject
Information about bulk configuration.
filterobject
Information about the filter configuration.
changePasswordobject
Information about the change password configuration.
sortobject
Information about the sort configuration.
authenticationSchemeslist of objects
A list of authentication schemes.
etagobject

Information about the entity tag (Etag) HTTP response header configuration.

metaobject

The response’s non-standard meta information.

Errors

401
Unauthorized Error
500
Internal Server Error