A User Object and children to create a complete structure
| Name | Type | Description | Notes |
|---|---|---|---|
| PkiUserID | int | The unique ID of the User | |
| FkiAgentID | int | The unique ID of the Agent. | [optional] |
| FkiBrokerID | int | The unique ID of the Broker. | [optional] |
| FkiAssistantID | int | The unique ID of the Assistant. | [optional] |
| FkiEmployeeID | int | The unique ID of the Employee. | [optional] |
| FkiCompanyIDDefault | int | The unique ID of the Company | |
| SCompanyNameX | string | The Name of the Company in the language of the requester | |
| FkiDepartmentIDDefault | int | The unique ID of the Department | |
| SDepartmentNameX | string | The Name of the Department in the language of the requester | |
| FkiTimezoneID | int | The unique ID of the Timezone | |
| STimezoneName | string | The description of the Timezone | |
| FkiLanguageID | int | The unique ID of the Language. Valid values: | Value |
| SLanguageNameX | string | The Name of the Language in the language of the requester | |
| ObjEmail | EmailResponseCompound | ||
| FkiBillingentityinternalID | int | The unique ID of the Billingentityinternal. | |
| SBillingentityinternalDescriptionX | string | The description of the Billingentityinternal in the language of the requester | |
| ObjPhoneHome | PhoneResponseCompound | [optional] | |
| ObjPhoneSMS | PhoneResponseCompound | [optional] | |
| FkiSecretquestionID | int | The unique ID of the Secretquestion. Valid values: | Value |
| FkiModuleIDForm | int | The unique ID of the Module | [optional] |
| SModuleNameX | string | The Name of the Module in the language of the requester | [optional] |
| EUserOrigin | FieldEUserOrigin | ||
| EUserType | FieldEUserType | ||
| EUserLogintype | FieldEUserLogintype | ||
| SUserFirstname | string | The first name of the user | |
| SUserLastname | string | The last name of the user | |
| SUserLoginname | string | The login name of the User. | |
| SUserJobtitle | string | The job title of the user | [optional] |
| EUserEzsignaccess | FieldEUserEzsignaccess | ||
| DtUserLastlogondate | string | The last logon date of the User | [optional] |
| DtUserPasswordchanged | string | The date at which the User's password was last changed | [optional] |
| DtUserEzsignprepaidexpiration | string | The eZsign prepaid expiration date | [optional] |
| BUserIsactive | bool | Whether the User is active or not | |
| BUserValidatebyadministration | bool | Whether if the transactions in which the User is implicated must be validated by administrative personnel or not | [optional] |
| BUserValidatebydirector | bool | Whether if the transactions in which the User is implicated must be validated by a director or not | [optional] |
| BUserAttachmentautoverified | bool | Whether if Attachments uploaded by the User must be validated or not | [optional] |
| BUserChangepassword | bool | Whether if the User is forced to change its password | |
| ObjAudit | CommonAudit |