-
Notifications
You must be signed in to change notification settings - Fork 93
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
client.GetUsersApi().FindUsersAsync() only returns 20 users #190
Comments
@hankbeasley, thanks for using our client, We will take a look. |
Hi @hankbeasley, The InfluxDB currently doesn't supports pagination for an Users API. See API docs - https://docs.influxdata.com/influxdb/v2.0/api/#operation/GetUsers. I've contact dev team of InfluxDB about this lack of feature. Regards. |
I just ran into the same problem. For me FindUsersAsync() only returns max 17 users even if more exist. |
@stmax82, @hankbeasley we are waiting to approve of PR, please leave comment at influxdata/influxdb#21367... it will help to InfluxDB OSS maintainer for prioritise our issue |
There is no way to get all users from the system.
The text was updated successfully, but these errors were encountered: