How to Get All the Guardian Enrollments for a User via API

Problem Statement:

A user might enroll in multiple MFAs. How to get the enrollment details for a User via Auth0 Management API?

Solution:

We have an undocumented endpoint for getting the user enrollment details.

Request the GET https://{auth0_domain}/api/v2/users/{user_id}/authenticators endpoint.

Reference: