English
API Reference
cURL
curl --request POST \ --url https://paradigm.lighton.ai/scim/v2/Users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "userName": "alice", "name": { "givenName": "Alice", "familyName": "Durand" }, "emails": [ { "value": "alice@example.com", "primary": true } ], "externalId": "HR-12345" } '
{ "$ref": "#/components/examples/SCIMUserAlice/value" }
Create a new SCIM-compliant User resource. Requires a valid SCIM Bearer token.
Bearer token authentication
"alice"
Identifier from the provisioning system (idempotency key)
Show child attributes
"work"
"User"
"/scim/v2/Users/2819c223-..."
"W/\"a330bc54f0671c9\""
Created
"2819c223-7f76-453a-919d-413861904646"
Group id