Basically I wanted to fetch the list of available/authorised application for user to show case in separate portal.
Hi @darshan.patel,
Welcome to the Auth0 Community!
Unfortunately, there isn’t an API endpoint that allows you to retrieve the list of applications for a specific user.
One workaround I can suggest is to use a Post-Login Action script to update the user metadata, including information about the application they are authenticating against.
This way, in the future, you can call the Management API Get a user endpoint and check the user_metadata to see which applications they have logged into.
I hope this helps!
Please let me know if you have any questions.
Thanks,
Rueben