FusionAuth Cloud does not currently provide built-in analytics for MFA adoption. However, you can gather this data using the following approaches:
Retrieve Users with MFA Enabled Use the User Search API to retrieve all users for a specific application with MFA enabled. Here’s a sample queryString to retrieve all the users with an MFA configuration field. It may be empty, so you should check after retrieving them: _exists_:twoFactor Reference: Get All Users for an Application You should be able to combine these two queries to get what you want. Track New MFA Setups Per Day Set up a Webhook to listen for the user.two-factor.method.add event. This event fires when a user adds a new two-factor authentication method. Your backend can record these events daily for reporting purposes. Webhook Guide: Writing a Webhook-
0
Votes2
Posts210
Views -
0
Votes2
Posts146
Views -
0
Votes2
Posts189
Views -
0
Votes2
Posts195
Views -
0
Votes2
Posts247
Views -
0
Votes2
Posts1.8k
Views -
0
Votes2
Posts4.5k
Views -
0
Votes2
Posts14.6k
Views -
0
Votes2
Posts5.6k
Views -
0
Votes2
Posts1.8k
Views -
0
Votes2
Posts8.9k
Views -
0
Votes2
Posts1.8k
Views -
0
Votes2
Posts1.7k
Views -
0
Votes2
Posts16.8k
Views