Adds a user
POST
/users
Users
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://learnifier.com/users' \
--header 'Content-Type: application/json' \
--data-raw '{
"displayName": "Jane Doe",
"externalId": "string",
"firstName": "Jane",
"hardLock": true,
"homeOrg": 1234,
"lastName": "Doe",
"locale": "en-US",
"primaryEmail": "jane.doe@example.com"
}'
Response Response Example
200 - Example 1
{
"userId": "81590981-1e05-4fd5-aa15-15bc4b06cf7f"
}
Request
Body Params application/json