Users

Update an existing user.

Updates an existing user's information including personal details, roles, and account settings. Only admin users or users with appropriate portlet access can perform this operation.

put/api/v1/users

Request body

userIdstring
activeboolean
firstNamestring required
middleNamestring
lastNamestring required
nickNamestring
emailstring required
maleboolean
birthdaystring
languageIdstring
timeZoneIdstring
passwordstring[]
additionalInfoobject
rolesstring[]

Response

If success returns a map with the user + user id.

entityobject
i18nMessagesMapobject
permissionsstring[]

Changes

No recorded changes to this endpoint across all 1 revision of this API.