API referenceScim
`GET /scim/v2/ServiceProviderConfig` — RFC 7644 §4 discovery document describing what this SCIM server supports (filter operators, auth schemes, bulk/patch/etag policy). Unauthenticated.
GET
/scim/v2/ServiceProviderConfigThe response body is JSON-typed-as-Value rather than a Rust
struct: RFC 7644 is the authoritative schema for SCIM clients, and
duplicating it as utoipa structs would only invite drift. The
annotation here covers the endpoint surface for SDK / CLI
consumers; the body shape is RFC 7644.
Response Body
application/json
curl -X GET "https://example.com/scim/v2/ServiceProviderConfig"null