This is the data array that could potentially be returned if returnUserInfo is set to true
Name | Type | Description |
---|
id | INT | The user id for the username/email provided. |
user | STRING | The username for the account requested. |
vhost | INT | The vhost for the account requested. |
firstname | STRING | The first name for the account requested. |
lastname | STRING | The last name for the account requested. |
nickname | STRING | The nickname for the account requested. |
address1 | STRING | The first line of the address for the account requested. |
address2 | STRING | The second line of the address for the account requested. |
city | STRING | The city for the account requested. |
state | STRING | The state/province for the account requested. |
country | STRING | The country for the requested account. |
postal | STRING | The postal code or zip code for the requested account. |
email | STRING | The e-mail address for the requested account. |
website | STRING | The website for the requested account. |
gender | CHAR | The gender of the requested account owner, obviously this is only going to be M for male or F for female. |
phone | STRING | The phone number for the requested account owner. |
cellphone | STRING | The cell phone number for the requested account owner. |
occupation | STRING | The occupation for the requested account owner. |
meta | ARRAY | An array containing any meta data that was provided by the account owner that has been saved by the system. |
newsletter | BOOL | Whether or not the account owner wanted the newsletter or not. 1 is true, 0 is false. |