The users query fetches a list of users, using alphabetical order, with the specified number of users and an offset.
The response contains, besides the user list, the total amount of users in the database, the amount of users in the response, the offset and if it contains the last page (end of the list).
The
users
query fetches a list of users, using alphabetical order, with the specified number of users and an offset.The response contains, besides the user list, the total amount of users in the database, the amount of users in the response, the offset and if it contains the last page (end of the list).