vk_put_teams_05543c7af562
Add a user to a Vikunja team by invoking the REST API PUT /teams/{id}/members, with the user details in the JSON request body.
Instructions
Add a user to a team. Raw Vikunja REST proxy for PUT /teams/{id}/members. Add a user to a team. 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 | Team ID Required. | |
| body | Yes | The user to be added to a team. |