Viewing docs for Databricks v1.109.0
published on Tuesday, Sep 8, 2026 by Pulumi
published on Tuesday, Sep 8, 2026 by Pulumi
Viewing docs for Databricks v1.109.0
published on Tuesday, Sep 8, 2026 by Pulumi
published on Tuesday, Sep 8, 2026 by Pulumi
Lists the users in an account.
Example Usage
Example usage:
List all account users.
import * as pulumi from "@pulumi/pulumi";
import * as databricks from "@pulumi/databricks";
const _this = databricks.getAccountIamUsersV2({});
import pulumi
import pulumi_databricks as databricks
this = databricks.get_account_iam_users_v2()
package main
import (
"github.com/pulumi/pulumi-databricks/sdk/go/databricks"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := databricks.GetAccountIamUsersV2(ctx, &databricks.GetAccountIamUsersV2Args{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Databricks = Pulumi.Databricks;
return await Deployment.RunAsync(() =>
{
var @this = Databricks.GetAccountIamUsersV2.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.databricks.DatabricksFunctions;
import com.pulumi.databricks.inputs.GetAccountIamUsersV2Args;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var this = DatabricksFunctions.getAccountIamUsersV2(GetAccountIamUsersV2Args.builder()
.build());
}
}
variables:
this:
fn::invoke:
function: databricks:getAccountIamUsersV2
arguments: {}
pulumi {
required_providers {
databricks = {
source = "pulumi/databricks"
}
}
}
data "databricks_getaccountiamusersv2" "this" {
}
Using getAccountIamUsersV2
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 getAccountIamUsersV2(args: GetAccountIamUsersV2Args, opts?: InvokeOptions): Promise<GetAccountIamUsersV2Result>
function getAccountIamUsersV2Output(args: GetAccountIamUsersV2OutputArgs, opts?: InvokeOutputOptions): Output<GetAccountIamUsersV2Result>def get_account_iam_users_v2(filter: Optional[str] = None,
page_size: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetAccountIamUsersV2Result
def get_account_iam_users_v2_output(filter: pulumi.Input[Optional[str]] = None,
page_size: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetAccountIamUsersV2Result]func GetAccountIamUsersV2(ctx *Context, args *GetAccountIamUsersV2Args, opts ...InvokeOption) (*GetAccountIamUsersV2Result, error)
func GetAccountIamUsersV2Output(ctx *Context, args *GetAccountIamUsersV2OutputArgs, opts ...InvokeOption) GetAccountIamUsersV2ResultOutput> Note: This function is named GetAccountIamUsersV2 in the Go SDK.
public static class GetAccountIamUsersV2
{
public static Task<GetAccountIamUsersV2Result> InvokeAsync(GetAccountIamUsersV2Args args, InvokeOptions? opts = null)
public static Output<GetAccountIamUsersV2Result> Invoke(GetAccountIamUsersV2InvokeArgs args, InvokeOptions? opts = null)
public static Output<GetAccountIamUsersV2Result> Invoke(GetAccountIamUsersV2InvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetAccountIamUsersV2Result> getAccountIamUsersV2(GetAccountIamUsersV2Args args, InvokeOptions options)
public static Output<GetAccountIamUsersV2Result> getAccountIamUsersV2(GetAccountIamUsersV2Args args, InvokeOptions options)
public static Output<GetAccountIamUsersV2Result> getAccountIamUsersV2(GetAccountIamUsersV2Args args, InvokeOutputOptions options)
fn::invoke:
function: databricks:index/getAccountIamUsersV2:getAccountIamUsersV2
arguments:
# arguments dictionarydata "databricks_get_account_iam_users_v2" "name" {
# arguments
}The following arguments are supported:
getAccountIamUsersV2 Result
The following output properties are available:
- Users
[]Get
Account Iam Users V2User - Filter string
- Page
Size int
- users list(object)
- filter string
- page_
size number
- users
List<Get
Account Iam Users V2User> - filter String
- page
Size Integer
- users
Get
Account Iam Users V2User[] - filter string
- page
Size number
- users List<Property Map>
- filter String
- page
Size Number
Supporting Types
GetAccountIamUsersV2User
- Account
Id string - (string) - The accountId parent of the user in Databricks
- Account
User stringStatus - (string) - The activity status of a user in a Databricks account. Possible values are:
ACTIVE,INACTIVE - External
Id string - (string) - ExternalId of the user in the customer's IdP
- Full
Name GetAccount Iam Users V2User Full Name - (UserFullName)
- User
Id string - (string) - Internal userId of the user in Databricks
- Username string
- (string) - Username/email of the user
- Account
Id string - (string) - The accountId parent of the user in Databricks
- Account
User stringStatus - (string) - The activity status of a user in a Databricks account. Possible values are:
ACTIVE,INACTIVE - External
Id string - (string) - ExternalId of the user in the customer's IdP
- Full
Name GetAccount Iam Users V2User Full Name - (UserFullName)
- User
Id string - (string) - Internal userId of the user in Databricks
- Username string
- (string) - Username/email of the user
- account_
id string - (string) - The accountId parent of the user in Databricks
- account_
user_ stringstatus - (string) - The activity status of a user in a Databricks account. Possible values are:
ACTIVE,INACTIVE - external_
id string - (string) - ExternalId of the user in the customer's IdP
- full_
name object - (UserFullName)
- user_
id string - (string) - Internal userId of the user in Databricks
- username string
- (string) - Username/email of the user
- account
Id String - (string) - The accountId parent of the user in Databricks
- account
User StringStatus - (string) - The activity status of a user in a Databricks account. Possible values are:
ACTIVE,INACTIVE - external
Id String - (string) - ExternalId of the user in the customer's IdP
- full
Name GetAccount Iam Users V2User Full Name - (UserFullName)
- user
Id String - (string) - Internal userId of the user in Databricks
- username String
- (string) - Username/email of the user
- account
Id string - (string) - The accountId parent of the user in Databricks
- account
User stringStatus - (string) - The activity status of a user in a Databricks account. Possible values are:
ACTIVE,INACTIVE - external
Id string - (string) - ExternalId of the user in the customer's IdP
- full
Name GetAccount Iam Users V2User Full Name - (UserFullName)
- user
Id string - (string) - Internal userId of the user in Databricks
- username string
- (string) - Username/email of the user
- account_
id str - (string) - The accountId parent of the user in Databricks
- account_
user_ strstatus - (string) - The activity status of a user in a Databricks account. Possible values are:
ACTIVE,INACTIVE - external_
id str - (string) - ExternalId of the user in the customer's IdP
- full_
name GetAccount Iam Users V2User Full Name - (UserFullName)
- user_
id str - (string) - Internal userId of the user in Databricks
- username str
- (string) - Username/email of the user
- account
Id String - (string) - The accountId parent of the user in Databricks
- account
User StringStatus - (string) - The activity status of a user in a Databricks account. Possible values are:
ACTIVE,INACTIVE - external
Id String - (string) - ExternalId of the user in the customer's IdP
- full
Name Property Map - (UserFullName)
- user
Id String - (string) - Internal userId of the user in Databricks
- username String
- (string) - Username/email of the user
GetAccountIamUsersV2UserFullName
- Family
Name string - (string)
- Given
Name string - (string)
- Family
Name string - (string)
- Given
Name string - (string)
- family_
name string - (string)
- given_
name string - (string)
- family
Name String - (string)
- given
Name String - (string)
- family
Name string - (string)
- given
Name string - (string)
- family_
name str - (string)
- given_
name str - (string)
- family
Name String - (string)
- given
Name String - (string)
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricksTerraform Provider.
Viewing docs for Databricks v1.109.0
published on Tuesday, Sep 8, 2026 by Pulumi
published on Tuesday, Sep 8, 2026 by Pulumi