get_user_field_list

This function returns a list of the field and field titles for the security user object in ExtraView.

SYNTAX

http://www.myserver.com/evj/ExtraView/ev_api.action?
user_id=username
&password=password 
OR [&access_token=token-value]
&statevar=get_user_field_list

NOTES

The optional access_token parameter allows you to use a valid OAuth2 token obtained with the get_token command.  If you provide the access_token parameter, then the user_id and password parameters should not be provided.  This prevents the password being sent in clear text over your network connection.

Sample output:

+SECURITY_USER_ID:User Id
+FIRST_NAME:First Name
+LAST_NAME:Last Name
+SECURITY_PASSWORD:Password
+EMAIL:Email Address
+USER_ROLE:User Group
+ALPHA_TIMEZONE:Time zone
LANGUAGE:Language
JOB_TITLE:Job Title
COMPANY_NAME:Company Name
ADDRESS_LINE1:Address 1
ADDRESS_LINE2:Address 2
CITY:City
STATE:State/Province
POSTAL_CODE:Zip/Postal Code
COUNTRY:Country
REGION:Region
WORK_TELEPHONE:Work Phone
HOME_TELEPHONE:Home Phone
CELL_PHONE:Cell Phone
FAX:Fax
PAGER:Pager
AREA_ID:Area Id
PROJECT_ID:Project Id
START_PAGE_ID:Start Page
USER_FIELD_1:User Field 1
USER_FIELD_2:User Field 2
USER_FIELD_3:User Field 3
USER_FIELD_4:User Field 4
USER_FIELD_5:User Field 5
USER_FIELD_6:User Field 6
USER_FIELD_7:User Field 7
USER_FIELD_8:User Field 8
USER_FIELD_9:User Field 9
USER_FIELD_10:User Field 10
LOGIN_ID:Alternative User Id
LDAP_UPSERT_TIME:LDAP Upsert Time