Get service provider configuration

Retrieves the SCIM service provider configuration to discover service capabilities, supported features, and authentication schemes. Use this endpoint to understand which SCIM operations are supported (filtering, sorting, patching, bulk operations, etc.), their limitations, and how to authenticate with the service. Example: GET /scim/v2/ServiceProviderConfig returns configuration including supported operations, maximum bulk operation limits, authentication schemes, and feature support flags. This endpoint follows SCIM 2.0 specification and returns the complete configuration in a single response.

SCOPES

No scopes required.

Terminology

  • SCIM: System for Cross-domain Identity Management, a standard protocol for managing user identities across systems - Bulk Operations: Ability to perform multiple SCIM operations in a single request for improved performance - OAuth Bearer Token: Authentication method using OAuth 2.0 bearer tokens in the Authorization header
Language
Credentials
Header
Click Try It! to start a request and see the response here!