@Generated public interface AccountUsersV2Service
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.
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
AccountUser |
create(CreateAccountUserRequest createAccountUserRequest)
Creates a new user in the Databricks account.
|
void |
delete(DeleteAccountUserRequest deleteAccountUserRequest)
Deletes a user.
|
AccountUser |
get(GetAccountUserRequest getAccountUserRequest)
Gets information for a specific user in Databricks account.
|
ListAccountUsersResponse |
list(ListAccountUsersRequest listAccountUsersRequest)
Gets details for all the users associated with a Databricks account.
|
void |
patch(PatchAccountUserRequest patchAccountUserRequest)
Partially updates a user resource by applying the supplied operations on specific user
attributes.
|
void |
update(UpdateAccountUserRequest updateAccountUserRequest)
Replaces a user's information with the data supplied in request.
|
AccountUser create(CreateAccountUserRequest createAccountUserRequest)
void delete(DeleteAccountUserRequest deleteAccountUserRequest)
AccountUser get(GetAccountUserRequest getAccountUserRequest)
ListAccountUsersResponse list(ListAccountUsersRequest listAccountUsersRequest)
void patch(PatchAccountUserRequest patchAccountUserRequest)
void update(UpdateAccountUserRequest updateAccountUserRequest)
Copyright © 2026. All rights reserved.