List a project members

Returns a paginated list of all Members of the given project. Each member returned is a combination of a User and a Project Role. Users can appear several times in the results, with different roles.

Path Params
string
required

Id of the project. Can either be the UUID of the project (ex: d517a206-c6ea-4189-a4c4-72312f0a72f9) or the short id of the project (ex: ABC-A12).

Query Params
string

Which field to use when ordering the results. Available options: created_at. Ascending order by default, use a - before the name of the field to have a descending order (ex: ordering=-created_at). Default to -created_at.

integer

A page number within the paginated result set.

integer

Number of results to return per page.

Response

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json