user_field_list
This action allows the user to retrieve all the fields that are part of the user record. It is typically used to generate a list of fields for which to provide values when creating a new user.
SYNTAX
http://www.myserver.com/evj/ExtraView/ev_api.action?
user_id=username
&password=password OR [&access_token=token-value]
&statevar=user_field_list
&security_user_id=user_name
NOTES
You must have query permission to the security key named SE_SECURITY_USER before you can execute the command. The list returned will show a plus character (+) if the field is required. A typical output from the command is shown below.
+SECURITY_USER_ID|Security User Id+SECURITY_PASSWORD|Security Password+FIRST_NAME|First Name+LAST_NAME|Last NameJOB_TITLE|Job TitleCOMPANY_NAME|CompanyADDRESS_LINE1|Address Line1ADDRESS_LINE2|Address Line2CITY|City STATE|StatePOSTAL_CODE|Postal CodeCOUNTRY|Country+EMAIL|E-Mail AddressWORK_TELEPHONE|Work TelephoneHOME_TELEPHONE|Home TelephoneCELL_PHONE|Cell PhoneFAX|FaxPAGER|PagerThe 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.
