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: patchPath:
/mfa/v1/users/{userGUID} - Complete Factor Enrollment or Resend OTP or Update Security Questions
- Method: patchPath:
/mfa/v1/users/{userGUID}/factors/{factorId} - Delete an Enrolled MFA Factor
- Method: deletePath:
/mfa/v1/users/{userGUID}/factors/{factorId} - Get Enrolled MFA Factors Using a Filter
- Method: getPath:
/mfa/v1/users - Get Enrolled MFA Factors Using the User GUID
- Method: getPath:
/mfa/v1/users/{userGUID}/factors - Get Factor Enrollment Status
- Method: getPath:
/mfa/v1/users/{userGUID}/factors/{factorId} - HTTP Options
- Method:Path:
/mfa/v1/users - Initiate MFA Factor Enrollment With Verification or MFA Factor Enrollment Without Verification
- Method: postPath:
/mfa/v1/users/{userGUID}/factors