Skip to contents

Gets details for all the users associated with a Databricks workspace.

Usage

list_users(
  client,
  attributes = NULL,
  count = NULL,
  excluded_attributes = NULL,
  filter = NULL,
  sort_by = NULL,
  sort_order = NULL,
  start_index = NULL
)

usersList(
  client,
  attributes = NULL,
  count = NULL,
  excluded_attributes = NULL,
  filter = NULL,
  sort_by = NULL,
  sort_order = NULL,
  start_index = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

attributes

Comma-separated list of attributes to return in response.

count

Desired number of results per page.

excluded_attributes

Comma-separated list of attributes to exclude in response.

filter

Query by which the results have to be filtered.

sort_by

Attribute to sort the results.

sort_order

The order to sort the results.

start_index

Specifies the index of the first result.

Value

data.frame with all of the response pages.