How to Find Out the OS and Browser Details of a Logged-in User

Problem Statement:

How to find out the OS and browser details of a logged-in user.

Solution:

You can find the browser and OS details of a logged-in user in the tenant logs. The ‘user_agent’ attribute in the response contains the details.

This FAQ explains how to get the tenant log using the user id in the dashboard and via Auth0 Management API.