vk_post_projects_89e8a729a046
Update a user's permission for a project by posting to the Vikunja API. Specify project and user IDs to change their access level.
Instructions
Update a user <-> project relation. Raw Vikunja REST proxy for POST /projects/{projectID}/users/{userID}. Update a user <-> project relation. Mostly used to update the permission that user has. 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 |
|---|---|---|---|
| body | Yes | The user you want to update. | |
| userID | No | User ID Required. | |
| userId | No | User ID Required. | |
| user_id | No | User ID Required. | |
| projectID | No | Project ID Required. | |
| projectId | No | Project ID Required. | |
| project_id | No | Project ID Required. |