vk_post_teams_68a82e0c7e06
Toggle a team member's admin status in Vikunja. Provide team and user IDs to switch the user between admin and standard member privileges.
Instructions
Toggle a team member's admin status. Raw Vikunja REST proxy for POST /teams/{id}/members/{userID}/admin. If a user is team admin, this will make them member and vise-versa. 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 | No | Optional JSON request body. Some Vikunja endpoints accept payloads even when the Swagger snapshot omits the schema. | |
| userID | No | User ID Required. | |
| userId | No | User ID Required. | |
| user_id | No | User ID Required. |