This command retrieves the values for a user's personal information. Only fields to which the inquiring user has permission will be returned.
http://www.myserver.com/evj/ExtraView/ev_api.action?
user_id=username
&password=password
&statevar=get_user_info
<&login_id=username2> || <security_user_id=username2>
[&access_token=token-value]
The user_id belongs to the user making the request. This user reuires administrative level access to retrieve the information for users other than theirself or they require read access to the USER.USER_ACCESS_UDF_DATA security permission key. Either the login_id or the security_user_id of the user being inquired upon must be provided. The security_user_id is the user ID of the user being inquired upon.
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.
This is a sample of the data returned from the get_user_info API call. Note that the delimiter is that set in the behavior setting named DEFAULT_TEXT_REPORT_DELIMITER: