users.getInfo
Get information about a user.
Arguments
- userId (Optional)
- User ID
- username (Optional)
- Username
Response
- userId (integer)
- Users ID
- username (string)
- Users Username
- name (string)
- Users real name
- company (string)
- Users company
- image (array)
- Array of sizes of URLs for users image. Keys of ('24', '48', '96', '128'). All images are square.
- gender (string)
- Gender of user. Values of ('', 'M', 'F')
- city (string)
- Users city
- state (string)
- Users state
- country (string)
- Users country
- bio (string)
- Users bio
- interests (string)
- Users interests
- twitter (string)
- Users twitter username
- url (string)
- Users personal URL
- tribeCount (integer)
- Number of tribes user belongs to
- postCount (integer)
- Number of posts user has submitted to all tribes.
- created (integer)
- Unix timestamp of when user joined Atomic Reach platform