Skip to content

Latest commit

 

History

History
47 lines (43 loc) · 4.42 KB

UserResponse.md

File metadata and controls

47 lines (43 loc) · 4.42 KB

UserResponse

Properties

Name Type Description Notes
pkiUserID NSNumber* The unique ID of the User
fkiAgentID NSNumber* The unique ID of the Agent. [optional]
fkiBrokerID NSNumber* The unique ID of the Broker. [optional]
fkiAssistantID NSNumber* The unique ID of the Assistant. [optional]
fkiEmployeeID NSNumber* The unique ID of the Employee. [optional]
fkiCompanyIDDefault NSNumber* The unique ID of the Company
sCompanyNameX NSString* The Name of the Company in the language of the requester
fkiDepartmentIDDefault NSNumber* The unique ID of the Department
sDepartmentNameX NSString* The Name of the Department in the language of the requester
fkiTimezoneID NSNumber* The unique ID of the Timezone
sTimezoneName NSString* The description of the Timezone
fkiLanguageID NSNumber* The unique ID of the Language. Valid values: Value
sLanguageNameX NSString* The Name of the Language in the language of the requester
objEmail EmailResponseCompound*
fkiBillingentityinternalID NSNumber* The unique ID of the Billingentityinternal.
sBillingentityinternalDescriptionX NSString* The description of the Billingentityinternal in the language of the requester
objPhoneHome PhoneResponseCompound* [optional]
objPhoneSMS PhoneResponseCompound* [optional]
fkiSecretquestionID NSNumber* The unique ID of the Secretquestion. Valid values: Value
fkiModuleIDForm NSNumber* The unique ID of the Module [optional]
sModuleNameX NSString* The Name of the Module in the language of the requester [optional]
eUserOrigin FieldEUserOrigin*
eUserType FieldEUserType*
eUserLogintype FieldEUserLogintype*
sUserFirstname NSString* The first name of the user
sUserLastname NSString* The last name of the user
sUserLoginname NSString* The login name of the User.
sUserJobtitle NSString* The job title of the user [optional]
eUserEzsignaccess FieldEUserEzsignaccess*
dtUserLastlogondate NSString* The last logon date of the User [optional]
dtUserPasswordchanged NSString* The date at which the User's password was last changed [optional]
dtUserEzsignprepaidexpiration NSString* The eZsign prepaid expiration date [optional]
bUserIsactive NSNumber* Whether the User is active or not
bUserValidatebyadministration NSNumber* Whether if the transactions in which the User is implicated must be validated by administrative personnel or not [optional]
bUserValidatebydirector NSNumber* Whether if the transactions in which the User is implicated must be validated by a director or not [optional]
bUserAttachmentautoverified NSNumber* Whether if Attachments uploaded by the User must be validated or not [optional]
bUserChangepassword NSNumber* Whether if the User is forced to change its password
objAudit CommonAudit*

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