InfluxDB v1.5.0 published on Wednesday, Jul 2, 2025 by komminarlabs
influxdb.getUsers
Start a Neo task
Explain and create an influxdb.getUsers resource
List all users.
Using getUsers
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getUsers(opts?: InvokeOptions): Promise<GetUsersResult>
function getUsersOutput(opts?: InvokeOptions): Output<GetUsersResult>def get_users(opts: Optional[InvokeOptions] = None) -> GetUsersResult
def get_users_output(opts: Optional[InvokeOptions] = None) -> Output[GetUsersResult]func GetUsers(ctx *Context, opts ...InvokeOption) (*GetUsersResult, error)
func GetUsersOutput(ctx *Context, opts ...InvokeOption) GetUsersResultOutput> Note: This function is named GetUsers in the Go SDK.
public static class GetUsers
{
public static Task<GetUsersResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetUsersResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetUsersResult> getUsers(InvokeOptions options)
public static Output<GetUsersResult> getUsers(InvokeOptions options)
fn::invoke:
function: influxdb:index/getUsers:getUsers
arguments:
# arguments dictionarygetUsers Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Users
List<Komminar
Labs. Influx DB. Outputs. Get Users User>
- Id string
- The provider-assigned unique ID for this managed resource.
- Users
[]Get
Users User
- id String
- The provider-assigned unique ID for this managed resource.
- users
List<Get
Users User>
- id string
- The provider-assigned unique ID for this managed resource.
- users
Get
Users User[]
- id str
- The provider-assigned unique ID for this managed resource.
- users
Sequence[Get
Users User]
- id String
- The provider-assigned unique ID for this managed resource.
- users List<Property Map>
Supporting Types
GetUsersUser
- Id string
- The user ID.
- Name string
- The user name.
- Org
Id string - The organization ID that the user belongs to. Null if the user is not a member of any organization.
- Org
Role string - The role of the user in the organization (
memberorowner). Null if the user is not a member of any organization. - Password string
- The password of the user. This will be always
null. - Status string
- The status of a user.
- Id string
- The user ID.
- Name string
- The user name.
- Org
Id string - The organization ID that the user belongs to. Null if the user is not a member of any organization.
- Org
Role string - The role of the user in the organization (
memberorowner). Null if the user is not a member of any organization. - Password string
- The password of the user. This will be always
null. - Status string
- The status of a user.
- id String
- The user ID.
- name String
- The user name.
- org
Id String - The organization ID that the user belongs to. Null if the user is not a member of any organization.
- org
Role String - The role of the user in the organization (
memberorowner). Null if the user is not a member of any organization. - password String
- The password of the user. This will be always
null. - status String
- The status of a user.
- id string
- The user ID.
- name string
- The user name.
- org
Id string - The organization ID that the user belongs to. Null if the user is not a member of any organization.
- org
Role string - The role of the user in the organization (
memberorowner). Null if the user is not a member of any organization. - password string
- The password of the user. This will be always
null. - status string
- The status of a user.
- id str
- The user ID.
- name str
- The user name.
- org_
id str - The organization ID that the user belongs to. Null if the user is not a member of any organization.
- org_
role str - The role of the user in the organization (
memberorowner). Null if the user is not a member of any organization. - password str
- The password of the user. This will be always
null. - status str
- The status of a user.
- id String
- The user ID.
- name String
- The user name.
- org
Id String - The organization ID that the user belongs to. Null if the user is not a member of any organization.
- org
Role String - The role of the user in the organization (
memberorowner). Null if the user is not a member of any organization. - password String
- The password of the user. This will be always
null. - status String
- The status of a user.
Package Details
- Repository
- influxdb komminarlabs/pulumi-influxdb
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
influxdbTerraform Provider.
