Administration/Users

Fully update a user (admin only)

put/api/admin/users/{id}

Path parameters

idstring required

Request body

firstNamestring nullable
lastNamestring nullable
emailstring nullable
langIdstring nullable
isBlockedboolean
developmentTag'EXPERIMENTAL' | 'ALPHA' | 'BETA' nullable

Response

Default Response

idstring required
firstNamestring nullable required
lastNamestring nullable required
emailstring nullable required
primaryCompanyIdstring nullable required
primaryRolestring nullable required
rolestring nullable required
langIdstring nullable required
isBlockedboolean required
developmentTagstring nullable required
avatarFileUrlstring nullable required
originalAvatarFileUrlstring nullable required

Changes