API referenceScimSCIM `GET /Users/{id}` — returns the user only if this IdP owns it.GET/scim/v2/Users/{id}Path Parametersid*stringVigilfield user idResponse Body200application/json401404cURLJavaScriptGoPythonJavaC#Rustcurl -X GET "https://example.com/scim/v2/Users/string"200401404nullSCIM `DELETE /Users/{id}` — soft-delete via `status = inactive`. Row is kept for audit; session revocation hangs off #317. DELETEPrevious PageSCIM `GET /Users` — list users this IdP provisioned. Supports the eq-only filter subset (see `scim::filter`). GETNext Page