Gets information about a specific user, including the name, email, address, date of birth, gender, and phone number.
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
api_key |
GET | API Key | string |
|
api_secret |
GET | API Secret | string |
|
tmp_key |
GET | Temporary API Key from login API call. This should NOT be used in combination with API Key. | string |
|
tmp_secret |
GET | Temporary API Secret from login API call. This should NOT be used in combination with API Secret. | string |
|
format |
GET | xml | Format of response. The default if not sent is `xml`, but `json` is preferred. | format |
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
Authorization |
HTTP Header | OAuth 2.0 Authorization header (e.g. `Bearer ...`). | string |
|
supports_nb |
GET | F | Does integration support non-binary X gender? | bool |
user_id |
GET | ID of user unless using OAuth 2.0. For OAuth, do not include a user ID. | uint |
|
include_secondary_users |
GET | F | Should secondary users of this account be returned? | bool |