List users
Use this method to list users.
Query parameters
Select only active users (true) or inactive (false) users
Select objects with date_joined greater than this value
Select objects with date_joined greater than or equal to this value
Select objects with date_joined less than this value
Select objects with date_joined less than or equal to this value
Select users belonging to this group.
Select only users with uploaded image (true) or without an image (false)
Select users with provided ids
Get users with this language selected
Number of results to return per page.
Which field to use when ordering the results. Available fields: id, date_joined, modified_date, username, first_name, last_name, primary_group, is_active
Pagination cursor value.
Select users whose primary group is this group.
Select users where the SQL condition real_name ILIKE real_name_contains is true
Select users where the SQL condition username ILIKE username_contains is true
Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.