GET /users

July 17, 2013 ยท View on GitHub


/useres

Description


Search for users or retrieve suggested users. either "suggested",or "q", or "ids".

Parameters


parameterdescriptiontyperequired?default
suggestedreturns suggested users (replaces "q")boolean0
qstring to search users bystring
friendsused when getting users from a search query, searches only among friendsboolean0
followersused when getting users from a search query, searches only among followersboolean0
idscomma-separated list of ids (to be returned as users)string
detailedrreturns a more detailed user objectboolean1
limitnum of search results to returninteger30
offsetoffset of search results to start atinteger0
action_idaction id of the facebook action; returns the user who created that actionstring

Response


200, pagination params and a array of user objects (either those queried, or those suggested)

Errors

Examples


https://api.eyeem.com/v2/users?q=ramzi&limit=25