Updates user information
PATCH
/users/{userid}
Users
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '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
{
"code": 0,
"field": "string",
"message": "string"
}
Request
Path Params
userid
string
required
Body Params application/json