GetUserList

Downloading a list of users. The list can be shortened using the _offset and _limit parameters.

  • Input data type => object
  • Output data type => array

Input parameters

  1. _session_hash (string)
  2. Required. Session identifier (received during login - doLogin)

  3. _offset (integer)
  4. Required. Specifies the offset of the results by a specified offset.

  5. _limit (integer)
  6. Required. Specifies the number of results in the query.

  7. _modified_from (dateTime)
  8. Specifies the modification date from which the results will be displayed. Time in unixtime.

  9. _modified_to (dateTime)
  10. Specifies the modification date to which the results will be displayed. Time in unixtime.

Output data

  1. created_at (dateTime)
  2. Entry creation date.

  3. id (integer)
  4. Identifier.

  5. username (string)
  6. Username.

  7. last_login (dateTime)
  8. Date of last login.

  9. salt (integer)
  10. Salt.

  11. password (string)
  12. Password.

  13. is_active (integer)
  14. Active.

  15. is_super_admin (integer)
  16. Super administrator.

  17. wholesale (string)
  18. Wholesale customer. Returns a digit:

    • 0 - no bulk group
    • 1 - bulk group A
    • 2 - bulk group B
    • 3 - bulk group C

  19. points (integer)
  20. Number of customer points.

  21. discount (double)
  22. Overall discount.