# Verify MFA enrollment Complete SMS-based multi-factor authentication (MFA) enrollment for a user. This endpoint finalizes SMS MFA setup by verifying the code sent to the user's phone. Request body must include: - otcToken: One-time challenge token received from the initial enrollment step. - code: The verification code sent to the user's phone via SMS. Use this endpoint to verify the user's phone number and activate SMS-based MFA for their account. Endpoint: POST /resources/users/v1/mfa/sms/enroll/verify Security: bearer ## Header parameters: - `frontegg-user-id` (string, required) The user ID identifier ## Request fields (application/json): - `otcToken` (string, required) - `code` (string, required) ## Response 200 fields