Problem statement
Users might want to know how many Roles they can assign per person
Solution
Auth0’s Entity Limit Policy states that:
- Maximum number of roles that can be assigned per user is 50
- Number of permissions that each role can have is 1000
- Number of permissions allowed per user is 1000.
- Also, per tenant, the limit is 1000 Roles.
Enterprise Customers can request to have these numbers increased by reaching out to Support.
Related References