Hello. I am developing two Angular web applications (Web Site and Admin Web Site) for a client and i would like to know if i can set or change Auth0 user roles from this application using some SDK or API.
One use case is this: One user creates one account using the web site and make a request to upgrade his user from regular user to student user. Then one administrator using the Admin Web site receive the request and pressing a button he makes the change . That button must to connect to auth0 to change the role of that user. Is this possible? How could i do this?
Thanks a los for your help.