quantaq.endpoints.users.Users.list¶
- Users.list(**kwargs)¶
Return all (available) users.
- Parameters
limit (str) – Limit the number of results returned
sort (str) – Sort the results by a specific attribute
filter (str) – Filter the query
per_page (int) – Define the number of results to return per page
- Returns
List of users.
- Return type
list of dict