Skip to main content
PUT/api/security/users/{userIdentifier}

Parameters

NameParameter typeTypeFormatDescriptionExampleRequired
UserIdentifierpathstringuser identifierFor convenience, User resources can be referenced by using one of several identifiers - username, email address or Id."82f73a9b-2a13-4d63-bcc1-e8ee5047b01c" or "t.durden" or "t.durden@fightclub.com"true
userbodyobjectuserThe user to createtrue

Responses

HTTP status codeReasonModel
200SuccessUser
401UnauthorizedError
403ForbiddenError
404User not foundError
422Validation errorError
500Internal server errorError

Examples

JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PUT: /api/security/users/4b262379-5bbe-421e-a429-f6e2ab5a849b { "username": "t.durden", "email": "t.durden@fightclub.com", "firstName": "Tyler", "lastName": "Durden", "timezone": "America/New_York", "expiry": "2050-12-31T23:59:59.999Z", "language": "en-US", "credentials":{ "passwordChangeFrequency": 365 }, "custom": { "department": "Soap sales" } }

Remarks

Still need help?

New support request