vk_get_projects_59697f95509c
Retrieve all users with access to a given project. Specify project ID to list user permissions.
Instructions
Get users on a project. Raw Vikunja REST proxy for GET /projects/{id}/users. Returns a project with all users which have access on a given project. This endpoint does not usually require a request body. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Authentication is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| s | No | Search users by its name. Optional. | |
| id | No | Project ID Required. | |
| page | No | The page number. Used for pagination. If not provided, the first page of results is returned. Optional. | |
| perPage | No | The maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. Optional. | |
| per_page | No | The maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. Optional. |