- id [xsd:int]
- email_address [xsd:string]
- REQUIRED: The User’s email address, which is also the login username for this account.
- company_id [xsd:int]
- REQUIRED: The ID of the company to which this User belongs.
- password [xsd:string]
- REQUIRED: The user’s password. Must be at least six characters long.
- first_name [xsd:string]
- REQUIRED: The user’s first name. Note: This value is used in the account’s profile.
- last_name [xsd:string]
- REQUIRED: The user’s last name. Note: This value is used in the account’s profile.
- address_1 [xsd:string]
- The first line in the user’s street address. Note: To set the address for an account profile, see the Company object.
- address_2 [xsd:string]
- The second line in the user’s street address. Note: To set the address for an account profile, see the Company object.
- city [xsd:string]
- The user’s city. Note: To set the address for an account profile, see the Company object.
- state [xsd:string]
- The full name of the user’s state (ex. “California”). Note: To set the address for an account profile, see the Company object.
- postalcode [xsd:string]
- The user’s postal/ZIP code. Note: To set the address for an account profile, see the Company object.
- country [xsd:string]
- The two-character code for the user’s country (ex. “US”). Note: To set the address for an account profile, see the Company object.
- timezone [xsd:string]
- The default timezone for this account, which will be used when scheduling emails. Common values are:
- ‘America/Anchorage’ (Alaska Time)
- ‘America/Chicago’ (Central Time)
- ‘America/Denver’ (Mountain Time)
- ‘America/Indianapolis’ (Indiana)
- ‘America/Los_Angeles’ (Pacific Time)
- ‘America/New_York’ (Eastern Time)
- ‘America/Phoenix’ (Arizona)
- ‘Pacific/Honolulu’ (Hawaii)
- creation_date [xsd:dateTime]
- The date this user was created (set by VerticalResponse)
- phone [xsd:string]
- The phone number associated with this user.
- fax [xsd:string]
- The fax number associated with this user.
- url [xsd:string]
- The URL for the user’s website.
- last_activity_date [xsd:dateTime]
- The last time this user accessed their account (set by VerticalResponse)
- offer_optin [xsd:boolean]
- Whether this user has opted to receive special offers from third parties.
- newsletter_optin [xsd:boolean]
- Whether this user has opted to receive the VerticalResponse newsletter.
- password_question [xsd:string]
- The question the user should be asked in order to retrieve their password
- promotion [xsd:string]
- status [xsd:string]
- The status for this account. Valid values are “Verified” (active and available) and “Not Verified” (requires user to receive confirmation email and click embedded link to activate their account).