user

Modify a user by id

This can only be done by a logged in user who has the required privileges.

patch/api/v1/users/:id

Path parameters

idstring required

ID of user to use

Request body

idstring

User Id

usernamestring required

Username as an email address

firstnamestring required

firstname

lastnamestring required

lastname

status'active' | 'pending' | 'disabled'
tenantstring
permissionsPermissions[]
confirmedboolean

true, if the confirmation link/email has been triggered

imgstring

url to user image

Response

successful operation

Changes