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

Parameters

NameParameter typeTypeFormatDescription
UserIdentifier(required)pathstringuser identifier For convenience, User resources can be referenced by using one of several identifiers - username, email address or Id.
user(required)bodyobjectuser The user to create

Responses

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

Examples

JSON
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

Any value provided for expiry must be a future date.  To clear an expiry date set the expiry property to null.

 

Permissions

Members of System Administrators are permitted to update any user.

Authenticated standard user accounts are permitted to update their own user.

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request