/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
Language