Does Auth0-PHP SDK support manage user roles? The Management API list some methods to do this, for example Assig roles to a user, but I can no see its counter part in the Auth0-PHP SDK.
Do I have to manually implement calls to this endpoint instead of using the PHP SDK?
It looks like roles is not directly supported in that SDK. Outside of adding roles using the dashboard or via rules, manually implementing management API calls sounds like the best bet.