influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > GetUsersRequest

GetUsersRequest interface

Signature:

interface GetUsersRequest 

Properties

Property Modifiers Type Description
after?   string (Optional) Resource ID to seek from. Results are not inclusive of this ID. Use after instead of offset.
id?   string (Optional)
limit?   number (Optional) Limits the number of records returned. Default is 20.
name?   string (Optional)
offset?   number (Optional) The offset for pagination. The number of records to skip.