How can i fetch more user data on GET /userinfo

Hello everyone.
I’m trying to get user info with the access token via GET /userinfo
But i’m only given the info provided by openid email profile scope.
Can i get additional user info (like metadata and etc.) without using Management API?

Hi @BaikovOD,

Welcome to the Auth0 Community!

I understand that you are looking for a way to obtain more user data when using the /userinfo endpoint.

Unfortunately, the Authentication API’s GET /userinfo will not be able to obtain user profile attributes like the user_metadata or any of the User Profile Attributes listed here.

Instead, you’ll need to use the Management API Get Users by ID endpoint to retrieve the complete user profile attributes you are searching for.

Hoped this helps!

Please let me know if you have any further questions.

Thank you.

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