Factor Enrollment REST Endpoints

On-Demand MFA/Factor Enrollment
Use this endpoint to initiate and complete MFA factor enrollment for a user, to fetch the list of enrolled MFA factors, and to perform factor management operations.
Change Default MFA Factor or Un-Enroll in MFA
Method: patch
Path: /mfa/v1/users/{userGUID}
Complete Factor Enrollment or Resend OTP or Update Security Questions
Method: patch
Path: /mfa/v1/users/{userGUID}/factors/{factorId}
Delete an Enrolled MFA Factor
Method: delete
Path: /mfa/v1/users/{userGUID}/factors/{factorId}
Get Enrolled MFA Factors Using a Filter
Method: get
Path: /mfa/v1/users
Get Enrolled MFA Factors Using the User GUID
Method: get
Path: /mfa/v1/users/{userGUID}/factors
Get Factor Enrollment Status
Method: get
Path: /mfa/v1/users/{userGUID}/factors/{factorId}
HTTP Options
Method: options
Path: /mfa/v1/users
Initiate MFA Factor Enrollment With Verification or MFA Factor Enrollment Without Verification
Method: post
Path: /mfa/v1/users/{userGUID}/factors