Adding a default role to new users

I’ve been looking for information through this community and internet and I don’t get an answer what I can understand or an answer with what I need.
I’m using Angular 5 (I’m a newbie on both Angular and Auth0).
I want to assign automatically a role to all new users, the only way what I know to assign roles to users is by the dashboard doing manually, you know, it’s not the better way.

Thank you!

1 Like

How are you using roles for the user? Are you interested in just getting the role back in the Angular app, or do you want to use the role for RBAC authorization, like limiting scopes and putting permissions in the access token?