Getting the list of users. The list can be shortened by using the parameters _offset
and _limit
.
object
array
_session_hash
(string)Required. Session identifier (obtained during login - doLogin)
_offset
(integer)Required. Specifies results' shift by a certain offset.
_limit
(integer)Required. Specifies the amount of results in a query.
_modified_from
(dateTime)Specifies modification date from which the results are displayed. Unixtime format.
_modified_to
(dateTime)Specifies modification date to which the results are displayed. Unixtime format.
created_at
(dateTime)Created at.
id
(integer)Identifier.
username
(string)Username.
last_login
(dateTime)Last logged.
salt
(integer)Salt.
password
(string)Password.
is_active
(integer)Active.
is_super_admin
(integer)Super admin.
wholesale
(string)Wholesale customer.
points
(integer)Amount of points.
discount
(double)General discount.