- Search users by username
- Order results by different fields (updated_at, profile_count, event_count)
- Control sort direction (ascending or descending)
- Paginate results with limit and offset
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Search string in username field
Order by field
Available options:
updated_at
, profile_count
, event_count
Order descending or ascending
Limit the number of results returned
Offset the starting point for pagination