Vigilfield Docs
API referenceScim

SCIM `POST /Users` — JIT-provisions a `UserItem` tagged with `provisionedBy = <idp.id>`. Email domain must be on the IdpRecord's bound domains.

POST/scim/v2/Users

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/scim/v2/Users" \  -H "Content-Type: application/json" \  -d '{}'
null