Administration/Users

Create a user with any role (admin only)

post/api/admin/users

Request body

emailstring email nullable
companyIdstring nullable
rolestring required
firstNamestring required
lastNamestring nullable

Response

Default Response

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

Changes