1. Docs
  2. API Reference
  3. AccountIdentityMfaResponseDto

The AccountIdentityMfaResponseDto object

Example

{
  "factors": [
    {
      "id": "00000000-0000-0000-0000-000000000000",
      "type": "totp",
      "label": "iPhone 15",
      "enrolled_at": "2026-04-20T12:00:00.000Z",
      "last_used_at": "2026-04-20T12:00:00.000Z"
    }
  ],
  "recovery_codes_generation": 0,
  "recovery_codes_remaining": 0,
  "mfa_admin_reset_at": "2026-04-20T12:00:00.000Z"
}

Properties

  • factorsMfaFactorResponseDto[]*
  • recovery_codes_generationnumber*

    Generation number of the active recovery-code batch. 0 means no batch has ever been issued; 1+ tracks regenerations.

  • recovery_codes_remainingnumber*

    Unredeemed code count in the current generation.

  • mfa_admin_reset_atstring (date-time)

    Timestamp of the most recent admin force-reset. `null` if MFA has never been reset for this identity.