Get project members paginated

Retrieve the members for a specific project.

Path parameters

idintegerRequired

Headers

AuthorizationstringRequired

Header authentication of the form Token <token>

Query parameters

idsstringOptional

Comma-separated list of user IDs to filter by

implicitbooleanOptional

Include/Exclude implicit project members in the results. If not provided, explicit + implicit members are returned.

no_annotatorsbooleanOptional
Exclude annotators from the results
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
searchstringOptional
Search term for filtering members by name, email, or username
with_deletedbooleanOptional
Include deleted members in the results

Response

countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"