v1

latestOpenAPI 3.1.02026-08-06330343826.1 KB
User

User

Updates the details of a user. <br>Privileges: Global Administrator

put/api/3/users/{id}

Path parameters

idinteger required

The identifier of the user.

Example:9

The identifier of the user.

Request body

emailstring

The email address of the user.

enabledboolean

Whether the user account is enabled. Defaults to true.

idobject

The identifier of the user.

lockedboolean

Whether the user account is locked (exceeded maximum password retry attempts).

loginstring required

The login name of the user.

namestring required

The full name of the user.

passwordstring

The password to use for the user.

passwordResetOnLoginboolean

Whether to require a reset of the user's password upon first login. Defaults to false.

Response

OK