/o?method=user_details

Get list of users (available in users plugin)

This API allows to query information about app users. You can also paginate data using offset and length of results.

The fields that can be provided for each user are:

  • _id - ID of user
  • hasInfo - if there is any info about user
  • name - full name of the user
  • email - email address of the user
  • sc - session count
  • ls - timestamp last seen
  • cc - country code
  • cty - city
  • d - device
  • sd - duration of last session in seconds
  • tsd - total duration of all sessions in seconds
  • picture - link (internal or external) to the picture of user or avatar
Query Params
string

API_KEY of user, with permission to access this app

string

ID of the app for which to query

int32
Defaults to 0

Offset from which to start displaying users

int32

How many users to display from offset

string

Full word search on names of users or email addresses

string

Filter users, possible values: user-all, user-known, user-anonymous

string

Json string encoded mongodb query

string

(optional) name of callback function for JSONP output

Response

Language
Response
Choose an example:
application/json