@Generated public class AccountUsersAPI extends Object
Databricks recommends using SCIM provisioning to sync users and groups automatically from your identity provider to your Databricks account. SCIM streamlines onboarding a new employee or team by using your identity provider to create users and groups in Databricks account and give them the proper level of access. When a user leaves your organization or no longer needs access to Databricks account, admins can terminate the user in your identity provider and that user’s account will also be removed from Databricks account. This ensures a consistent offboarding process and prevents unauthorized users from accessing sensitive data.
| Constructor and Description |
|---|
AccountUsersAPI(AccountUsersService mock)
Constructor for mocks
|
AccountUsersAPI(ApiClient apiClient)
Regular-use constructor
|
| Modifier and Type | Method and Description |
|---|---|
User |
create(User request)
Creates a new user in the Databricks account.
|
void |
delete(DeleteAccountUserRequest request)
Deletes a user.
|
void |
delete(String id) |
User |
get(GetAccountUserRequest request)
Gets information for a specific user in Databricks account.
|
User |
get(String id) |
AccountUsersService |
impl() |
Iterable<User> |
list(ListAccountUsersRequest request)
Gets details for all the users associated with a Databricks account.
|
void |
patch(PartialUpdate request)
Partially updates a user resource by applying the supplied operations on specific user
attributes.
|
void |
update(User request)
Replaces a user's information with the data supplied in request.
|
public AccountUsersAPI(ApiClient apiClient)
public AccountUsersAPI(AccountUsersService mock)
public User create(User request)
public void delete(String id)
public void delete(DeleteAccountUserRequest request)
public User get(GetAccountUserRequest request)
public Iterable<User> list(ListAccountUsersRequest request)
public void patch(PartialUpdate request)
public void update(User request)
public AccountUsersService impl()
Copyright © 2026. All rights reserved.