Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated page number to start at 0 #374

Merged
merged 1 commit into from
Sep 7, 2021
Merged

Conversation

Chandankkrr
Copy link
Contributor

Changes

  • Updated UserFilter pageNumber to 0 instead of 1 since first page is 0 as per https://auth0.com/docs/api/management/v2#!/Users/get_users
  • I copied the example and was not getting any users back even though there are users in the Auth0 management portal. Quickly realized as the request included page 1 and size 20 and there were only 8 users in the management dashboard, the response returned no users. After changing the pageNumber to 0, users were returned correctly.

Checklist

@Chandankkrr Chandankkrr requested a review from a team as a code owner September 7, 2021 03:48
@jimmyjames jimmyjames added the documentation This adds, fixes or improves documentation label Sep 7, 2021
@jimmyjames jimmyjames merged commit dbfe4f1 into auth0:master Sep 7, 2021
@Chandankkrr Chandankkrr deleted the patch-1 branch September 8, 2021 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This adds, fixes or improves documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants