| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId |
Gets or sets the UserId |
integer |
Required 64-bit signed integer |
| UserName |
Gets or sets the user name |
string |
Required |
| AllCompanies |
Gets or sets a value indicating whether user can access all companies |
boolean |
Required |
| AssignedCompanyIds |
Gets or sets the list of AssignedCompanyId values of companies the user belongs to. This field is used only when AllCompanies is set to False. |
Collection of integer | |
| IsActive |
Gets or sets a value indicating whether user is active |
boolean |
Required |
| HasMenuVisible |
Gets or sets a value indicating whether user has menu visible |
boolean |
Required |
| AllowAccessTo |
Gets or sets application where user has access |
QicsUnity.Api.Areas.V3.Models.UserAllowAccessTo |
Required |
| EmployeeId |
Gets or sets a reference to the Employee table |
integer |
64-bit signed integer Nullable |
| RoleIds |
Gets or sets the list of RoleId values of roles the user belongs to |
Collection of integer | |
| RequireTwoFactor |
Gets or sets a value indicating whether Two-factor authentication is required. Filtering by this field is not supported. |
boolean |
Required |
| SuppressTwoFactor |
Gets or sets a value indicating whether Two-factor authentication is suppressed. Filtering by this field is not supported. |
boolean |
Required |
| Password |
Gets or sets password. Filtering by this field is not supported. Used only when inserting user, returns null (is hidden) in responses. |
string | |
| ItemDisplayFormat |
Gets or sets item display format user preference. Filtering by this field is not supported. |
QicsUnity.Api.Areas.V3.Models.ItemDisplayFormat |
Nullable |
| Language |
Gets or sets language user preference. Filtering by this field is not supported. |
QicsUnity.Api.Areas.V3.Models.LanguageType |
Nullable |
| RegionalFormatting |
Gets or sets regional formatting user preference. Filtering by this field is not supported. |
QicsUnity.Api.Areas.V3.Models.RegionalFormatting |
Nullable |