In our implementation of RBAC, we have a need to create (and delete ) user Groups with the API and arbitrarily assign/unassign Users to those Groups. We also want to be able to assign scopes to these Groups to control access to various resoures within our application.
Does auth0 support user groups?
If not, What is best practice for implementing these features?