Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 3.43 KB

UserRequest.md

File metadata and controls

36 lines (33 loc) · 3.43 KB

# UserRequest

Properties

Name Type Description Notes
pkiUserID int The unique ID of the User [optional]
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
fkiDepartmentIDDefault int The unique ID of the Department
fkiTimezoneID int The unique ID of the Timezone
fkiLanguageID int The unique ID of the Language. Valid values: Value
objEmail \eZmaxAPI\Model\EmailRequestCompound
fkiBillingentityinternalID int The unique ID of the Billingentityinternal.
objPhoneHome \eZmaxAPI\Model\PhoneRequestCompound [optional]
objPhoneSMS \eZmaxAPI\Model\PhoneRequestCompound [optional]
fkiSecretquestionID int The unique ID of the Secretquestion. Valid values: Value
sUserSecretresponse string The answer to the Secretquestion [optional]
fkiModuleIDForm int The unique ID of the Module [optional]
eUserType \eZmaxAPI\Model\FieldEUserType
eUserLogintype \eZmaxAPI\Model\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 \eZmaxAPI\Model\FieldEUserEzsignaccess
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 [optional]

[Back to Model list] [Back to API list] [Back to README]