API referenceScim
`GET /scim/v2/Schemas` — RFC 7644 §4 listing of schemas the server supports. Unauthenticated.
curl -X GET "https://example.com/scim/v2/Schemas"null`GET /scim/v2/ResourceTypes` — RFC 7644 §4 listing of resource types the server exposes (Users + Groups). Unauthenticated. GET
Previous Page
`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
The 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.