Users

Create a user in a company

post/api/users

Request body

emailstring email nullable
companyIdstring 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
isBlockednumber nullable required
intercomHashstring nullable required
emailSha256string nullable required
avatarFileUrlstring nullable required
originalAvatarFileUrlstring nullable required

Changes