@Generated public interface UsersService
Databricks recommends using SCIM provisioning to sync users and groups automatically from your identity provider to your Databricks workspace. SCIM streamlines onboarding a new employee or team by using your identity provider to create users and groups in Databricks workspace and give them the proper level of access. When a user leaves your organization or no longer needs access to Databricks workspace, admins can terminate the user in your identity provider and that user’s account will also be removed from Databricks workspace. 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 |
|---|---|
User |
create(User user)
Creates a new user in the Databricks workspace.
|
void |
delete(DeleteUserRequest deleteUserRequest)
Deletes a user.
|
User |
get(GetUserRequest getUserRequest)
Gets information for a specific user in Databricks workspace.
|
GetPasswordPermissionLevelsResponse |
getPermissionLevels()
Gets the permission levels that a user can have on an object.
|
PasswordPermissions |
getPermissions()
Gets the permissions of all passwords.
|
ListUsersResponse |
list(ListUsersRequest listUsersRequest)
Gets details for all the users associated with a Databricks workspace.
|
void |
patch(PartialUpdate partialUpdate)
Partially updates a user resource by applying the supplied operations on specific user
attributes.
|
PasswordPermissions |
setPermissions(PasswordPermissionsRequest passwordPermissionsRequest)
Sets permissions on an object, replacing existing permissions if they exist.
|
void |
update(User user)
Replaces a user's information with the data supplied in request.
|
PasswordPermissions |
updatePermissions(PasswordPermissionsRequest passwordPermissionsRequest)
Updates the permissions on all passwords.
|
User create(User user)
void delete(DeleteUserRequest deleteUserRequest)
User get(GetUserRequest getUserRequest)
GetPasswordPermissionLevelsResponse getPermissionLevels()
PasswordPermissions getPermissions()
ListUsersResponse list(ListUsersRequest listUsersRequest)
void patch(PartialUpdate partialUpdate)
PasswordPermissions setPermissions(PasswordPermissionsRequest passwordPermissionsRequest)
void update(User user)
PasswordPermissions updatePermissions(PasswordPermissionsRequest passwordPermissionsRequest)
Copyright © 2026. All rights reserved.