Can i create user dashboard in auth0 ? i mean after login the user can see his dashboard which i will create in auth0

can i create user dashboard in auth0 ???
i mean after login the user can see his dashboard which i will create in auth0

Hello,

Auth0 does not have an ‘out of the box’ method to create user dashboards. However, it is possible to get the user information by using the GET /api/v2/users/{id} endpoint (Auth0 Management API v2), which you can then use to create a custom dashboard via your applications code

2 Likes

Let us know if you have any other questions!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.