vk_post_user_a8a50f03a2a2
Enroll a user in TOTP two-factor authentication by creating an initial setup in the database. Follow with the enable TOTP endpoint to verify the setup.
Instructions
Enroll a user into totp. Raw Vikunja REST proxy for POST /user/settings/totp/enroll. Creates an initial setup for the user in the db. After this step, the user needs to verify they have a working totp setup with the "enable totp" endpoint. 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 | No | Optional JSON request body. Some Vikunja endpoints accept payloads even when the Swagger snapshot omits the schema. |