MFA API
Initiate MFA Setup
Use this endpoint to initiate MFA setup for a user. Returns a secret and recovery codes to be stored by the user before verification.
post/v1/users/{id}/mfa/setup
Path parameters
idstring required
The unique identifier of the user you want to retrieve.
Request body
Response
MFA setup initiated successfully. Store the secret and recovery codes before proceeding to verification.
Changes
No recorded changes to this endpoint across all 1 revision of this API.