Auth0 only allows me to have 100 permissions per user

I just realized that Auth0 doesn’t allow me to have more than 100 permissions assigned to the same user. Why would that be?

I have one user and two roles, each role has a bunch of permissions, but as soon as I hit the 100 mark, it starts deleting the last one in the list.

According to this article the limit is 1000:
https://auth0.com/docs/authorization/rbac/authorization-core-rbac-limits

Hi @mpojeda84,

I will have to do some research on this and let you know what I find! Are you assigning permissions/roles through the dashboard UI or are you using the Management API?

Thanks!

Stephanie

Hi Stephanie, We are calling management API from rules using auth0@2.17.0 lib. we are getting 50 results by default. and I’m able to get a max of 100 per page. is there any way to get all permissions at one call?

we are going to use those permissions on UI for permission-based access control.

Thanks!
Ayan

Hi @ayan.sen,

Sorry for the delay in response! Unfortunately, the results will need to be paginated, and so you would need to make multiple requests.