Name | Description | Type | Additional information |
---|---|---|---|
UserName |
Username, login. It cannot be changed later |
string |
None. |
User's email. Recommended so the user can receive email notifications |
string |
None. |
|
Password |
(Optional) Password has to meet password policy (minimum length, non alphabetical characters). If the password is empty, it will be generated. |
string |
None. |
RoleEndUser |
Set true if the user has the EndUser role |
boolean |
None. |
RoleSmartUser |
Set true if the user has the SmartUser role |
boolean |
None. |
RoleOperator |
Set true if the user has the Operator role |
boolean |
None. |
RoleSuperOperator |
Set true if the user has the SuperOperator role |
boolean |
None. |
RoleAdministrator |
Set true if the user has the Administrator role |
boolean |
None. |
CustomerId |
(Optional) Default Customer ID |
integer |
None. |
CustomerIds |
(Optional) All Customer IDs. Use either CustomerIds or CustomerNames to add user into the customers. |
Collection of integer |
None. |
InternalGroupIds |
(Optional) Internal Group IDs |
Collection of integer |
None. |
OperatorGroupIds |
(Optional) Operator Group IDs |
Collection of integer |
None. |
Language |
(Optional) Language. If not set, the default RQ language is used. |
LanguageEnum |
None. |
FirstName |
(Optional) Firstname |
string |
None. |
LastName |
(Optional) Lastname |
string |
None. |
MiddleName |
(Optional) Middlename |
string |
None. |
DisplayName |
(Optional) The name the user wants to display (like nick name). |
string |
None. |
Phone |
(Optional) Phone |
string |
None. |
TimeZoneId |
(Optional) The time zone identifier (TimeZoneInfo.Id Property). If not set, the default RQ TimeZone is used. |
string |
None. |
ChangePasswordAfterLogging |
Set true if the user must change his password after the first logging. |
boolean |
None. |
AdditionalInformation |
(Optional) Additional information about the user. |
string |
None. |
CustomFields |
The Custom Fields data. |
Collection of UserCustomFieldData |
None. |
Phones |
(Optional) Phones |
Collection of string |
None. |
CustomerNames |
(Optional) All Customer names. Default Customer is the first item. Use either CustomerIds or CustomerNames to add user into the customers. |
Collection of string |
None. |