Retrieve all users.
User
Retrieve all users.
Returns all users from the sender selected-space.
💡 Response can be filtered using 3 parameters:
- limit: The maximum number of users to return.
- offset: The starting index for the results (for pagination).
- sort: Whether results are sorted ascending (true) or descending (false) by surname then firstname. Default: true.
GET
Retrieve all users.
Documentation Index
Fetch the complete documentation index at: https://developer.qomon.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Optional. The maximum number of users to return.
Required range:
x >= 1Optional. The starting index for the results (for pagination).
Required range:
x >= 0Optional. Indicates whether the results should be sorted ascending (true) or descending (false) by surname then firstname. Default value is true.
Last modified on May 19, 2026