Skip to content

Latest commit

 

History

History
47 lines (43 loc) · 4.34 KB

user_response.md

File metadata and controls

47 lines (43 loc) · 4.34 KB

user_response_t

Properties

Name Type Description Notes
pki_user_id int The unique ID of the User
fki_agent_id int The unique ID of the Agent. [optional]
fki_broker_id int The unique ID of the Broker. [optional]
fki_assistant_id int The unique ID of the Assistant. [optional]
fki_employee_id int The unique ID of the Employee. [optional]
fki_company_id_default int The unique ID of the Company
s_company_name_x char * The Name of the Company in the language of the requester
fki_department_id_default int The unique ID of the Department
s_department_name_x char * The Name of the Department in the language of the requester
fki_timezone_id int The unique ID of the Timezone
s_timezone_name char * The description of the Timezone
fki_language_id int The unique ID of the Language. Valid values: Value
s_language_name_x char * The Name of the Language in the language of the requester
obj_email email_response_compound_t *
fki_billingentityinternal_id int The unique ID of the Billingentityinternal.
s_billingentityinternal_description_x char * The description of the Billingentityinternal in the language of the requester
obj_phone_home phone_response_compound_t * [optional]
obj_phone_sms phone_response_compound_t * [optional]
fki_secretquestion_id int The unique ID of the Secretquestion. Valid values: Value
fki_module_id_form int The unique ID of the Module [optional]
s_module_name_x char * The Name of the Module in the language of the requester [optional]
e_user_origin field_e_user_origin_t *
e_user_type field_e_user_type_t *
e_user_logintype field_e_user_logintype_t *
s_user_firstname char * The first name of the user
s_user_lastname char * The last name of the user
s_user_loginname char * The login name of the User.
s_user_jobtitle char * The job title of the user [optional]
e_user_ezsignaccess field_e_user_ezsignaccess_t *
dt_user_lastlogondate char * The last logon date of the User [optional]
dt_user_passwordchanged char * The date at which the User's password was last changed [optional]
dt_user_ezsignprepaidexpiration char * The eZsign prepaid expiration date [optional]
b_user_isactive int Whether the User is active or not
b_user_validatebyadministration int Whether if the transactions in which the User is implicated must be validated by administrative personnel or not [optional]
b_user_validatebydirector int Whether if the transactions in which the User is implicated must be validated by a director or not [optional]
b_user_attachmentautoverified int Whether if Attachments uploaded by the User must be validated or not [optional]
b_user_changepassword int Whether if the User is forced to change its password
obj_audit common_audit_t *

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