vk_put_projects_84202ffc7ce2
Add a user to a Vikunja project by specifying the project ID and user details. This grants the user access to the project.
Instructions
Add a user to a project. Raw Vikunja REST proxy for PUT /projects/{id}/users. Gives a user access to a project. Pass the JSON request payload in the optional body field. 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 |
|---|---|---|---|
| id | No | Project ID Required. | |
| body | Yes | The user you want to add to the project. |