Get Device ID of a User's MFA Behavior
Last Updated:
Overview
This article addresses a situation in which the device ID of a user's MFA behavior is needed and explains how to obtain it.
Applies To
- Multifactor Authentication (MFA)
- Device ID
Solution
The log type that will provide the device_id is gd_send_pn (Push notification sent).
Search the tenant logs in the Dashboard with the following query syntax to find all logs of that type generated for that user:
type:"gd_send_pn" AND user_id:"USER_ID"