Interface UsersService


  • @Generated
    public interface UsersService
    User identities recognized by Databricks and represented by email addresses.

    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.

    • Method Detail

      • create

        User create​(User user)
        Create a new user.

        Creates a new user in the Databricks Workspace. This new user will also be added to the Databricks account.

      • delete

        void delete​(DeleteUserRequest deleteUserRequest)
        Delete a user.

        Deletes a user. Deleting a user from a Databricks Workspace also removes objects associated with the user.

      • get

        User get​(GetUserRequest getUserRequest)
        Get user details.

        Gets information for a specific user in Databricks Workspace.

      • patch

        void patch​(PartialUpdate partialUpdate)
        Update user details.

        Partially updates a user resource by applying the supplied operations on specific user attributes.

      • update

        void update​(User user)
        Replace a user.

        Replaces a user's information with the data supplied in request.