sharing
Get users on a project
Returns a project with all users which have access on a given project.
get/projects/{id}/users
Path parameters
idinteger required
Project ID
Query parameters
pageinteger
The page number. Used for pagination. If not provided, the first page of results is returned.
per_pageinteger
The maximum number of items per page. Note this parameter is limited by the configured maximum of items per page.
sstring
Search users by its name.
Response
The users with the permission they have.