on calling the below management api i always give the total as 1000 though there are more than 1000 users
auth0.users.list( page=0, per_page=100, sort=None, connection=None, q=None,
search_engine=None, include_totals=True, fields=None,
include_fields=True)
@SelvaPrasad Welcome to the Auth0 Community!
This is a published limitation of the get users endpoint:
Alternatives are also mentioned.
Regards,
Sidharth Chaudhary
1 Like
Thanks Sidharth for providing the info on limitations and workaround!
Thanks Sidharth! i still feel returning the total as 1000 is misleading though it is documented as a limitation. hope this gets fixed at least wrt to the count
2 Likes
Will make sure to relay that feedback!
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.