Project API
Get all members in the project
get/workspaces/{workspace_domain}/projects/{project_name}/members
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
project_namestring required
Example:my-project
The human-readable ID of the project
Query parameters
pageinteger
Example:1
The number of the successive pages (results are split into pages of per_page elements each).
per_pageinteger
Example:20
Specifies the number of returned elements on the page. The default value is 20.
sort_bystring
Example:name
Specifies ordering for workspace members. Can be one of id or name.
sort_directionstring
Example:ASC
Specifies the direction of the ordering. Can be one of ASC or DESC