Get the users of a project in different orders
Get the users of a project with various filtering and ordering options.
This endpoint allows you to:
The response includes user data along with their profile count and event count for better project insights.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Search string in username field
Order by field
updated_at
, profile_count
, event_count
Order descending or ascending
Limit the number of results returned
Offset the starting point for pagination
Successful Response
The response is of type object
.