Project
Get Project Users
Get the users of a project in different orders
GET
Get the users of a project with various filtering and ordering options.
This endpoint allows you to:
- 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
The response includes user data along with their profile count and event count for better project insights.
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
Response
200
application/json
Successful Response
The response is of type object
.