See the roles of users in the accestoken

Hi @auth0-ikearg,

Welcome to the Auth0 Community!

If you require getting the user’s role in your access token, you need to use the Management API in a Post-Login Actions to append the user’s role to the Access token.

I recommend checking out our How can I use the Management API in Actions? documentation as a starting point.

Please let me know if you have any questions or need more help with the implementation.

Thanks,
Rueben

1 Like