influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

UserResponse interface

Signature:

interface UserResponse 

Properties

Property Modifiers Type Description
id? readonly string (Optional) The ID of the user.
links? readonly { self?: string; } (Optional)
name   string The name of the user.
status?   ‘active’ | ‘inactive’ (Optional) The status of a user. An inactive user won’t have access to resources.