Get Factor Enrollment Status

get

/mfa/v1/users/{userGUID}/factors/{factorId}

Request

Supported Media Types
Path Parameters
  • Unique identifier of an enrolled factor. In case of SECURITY_QUESTIONS method, the factorId is set to 'SecurityQuestions'.
  • Unique identifier of a user
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Body
Example Response (application/jsocon)
{
    "status":"success",
    "factorId":"8ff0e0b725164fb8a2ac8da1321c5eb9",
    "factorStatus":"ENROLLED",
    "methods":[
        "TOTP",
        "PUSH"
    ]
}
Back to Top