---
title: "Finishes enabling authenticator-based two step verification for the specified user."
method: POST
path: "/v1/users/{userId}/configuration/authenticator/enable-verify"
tags: ["Accounts"]
---

# Finishes enabling authenticator-based two step verification for the specified user.

`POST /v1/users/{userId}/configuration/authenticator/enable-verify`

Enabling authenticator-based two step verification requires two parts to help ensure
the user has properly stored the authenticator key in their authenticator app.

## Path parameters

- `userId` integer, required

## Request body

- RobloxTwoStepVerificationApiEnableVerifyAuthenticatorRequest — Request parameters for authenticator enabling-verify.
  - `setupToken` string — The setup token from the enable authenticator request.
  - `code` string — The code from the authenticator app.
  - `password` string — The user's password.
  - `secureAuthenticationIntent` RobloxTwoStepVerificationApiModelsRequestSecureAuthenticationIntentModel — Model describing secure auth intent.
    - `clientPublicKey` string
    - `clientEpochTimestamp` integer
    - `saiSignature` string
    - `serverNonce` string

## Response `200`

OK

- RobloxTwoStepVerificationApiEnableVerifyAuthenticatorResponse — Response parameters for finishing enabling authenticator-based two-step verification.
  - `recoveryCodes` string[] — Recovery codes automatically generated for the user (when applicable; the user should not already have a set of recovery codes).

## Other responses

- `400` — 2: The user ID is invalid. 4: The password is invalid. 10: The two step verification challenge code is invalid. 12: Invalid setup token.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 11: The two step verification configuration is already enabled.
- `503` — 7: Two step verification is currently under maintenance.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/756260310407/schema)
