Internal
Admin
Get a paginated list of all users
get/admin/users
Query parameters
offsetinteger
The number of items to skip before starting to collect the result set
limitinteger
The numbers of items to return
searchstring
Filter to users whose display name contains this substring
status'all' | 'active' | 'bots'
Filter users by status
sort'asc' | 'desc'
Sort direction by creation date (defaults to newest first)
Response
A paginated list of users