Get user details.
get_user.Rd
Gets information for a specific user in Databricks workspace.
Usage
get_user(
client,
id,
attributes = NULL,
count = NULL,
excluded_attributes = NULL,
filter = NULL,
sort_by = NULL,
sort_order = NULL,
start_index = NULL
)
usersGet(
client,
id,
attributes = NULL,
count = NULL,
excluded_attributes = NULL,
filter = NULL,
sort_by = NULL,
sort_order = NULL,
start_index = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- id
Required. Unique ID for a user in the Databricks workspace.
- 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.