Get service provider configuration

View as Markdown
Gets the Postman SCIM API configuration information. This includes a list of supported operations.

Authentication

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.

Response

Successful Response
schemaslist of stringsOptional
documentationUristringOptionalformat: "url"
A link to the URI's documentation.
patchobjectOptional
Information about patch configuration.
bulkobjectOptional
Information about bulk configuration.
filterobjectOptional
Information about the filter configuration.
changePasswordobjectOptional
Information about the change password configuration.
sortobjectOptional
Information about the sort configuration.
authenticationSchemeslist of objectsOptional
A list of authentication schemes.
etagobjectOptional

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

metaobjectOptional

The response’s non-standard meta information.

Errors

401
Unauthorized Error
500
Internal Server Error