Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.14 KB

UserListElement.md

File metadata and controls

25 lines (20 loc) · 1.14 KB

EzmaxApi::Object::UserListElement

Load the model package

use EzmaxApi::Object::UserListElement;

Properties

Name Type Description Notes
pki_user_id int The unique ID of the User
s_user_firstname string The first name of the user
s_user_lastname string The last name of the user
s_user_loginname string The login name of the User.
b_user_isactive boolean Whether the User is active or not
e_user_type FieldEUserType
e_user_origin FieldEUserOrigin
e_user_ezsignaccess FieldEUserEzsignaccess
dt_user_ezsignprepaidexpiration string The eZsign prepaid expiration date [optional]
s_email_address string The email address.
s_user_jobtitle string The job title of the user [optional]

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