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

[ISSUE] Users.ListAll function handles Count parameter as total count, not as the page size. #790

Open
alexott opened this issue Jan 29, 2024 · 0 comments

Comments

@alexott
Copy link
Contributor

alexott commented Jan 29, 2024

Tested on current Terraform trunk.

The documentation for aim.ListUsersRequest says (Go SDK as well):

// Desired number of results per page.
Count int64 `json:"-" url:"count,omitempty"`

But it's treated as a total Count, not as page size, so if I specify it, it returns only N items, although I want to have just a bigger page size to avoid performance problems when listing users in the big workspace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant