cancel
Showing results for 
Search instead for 
Did you mean: 
discuss_darende
New Contributor II
since ‎01-26-2026
2 weeks ago

User Stats

  • 5 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

 Hello,I’m trying to retrieve the list of users in a Databricks workspace.I am currently using both the Databricks SDK and the SCIM API: from databricks.sdk import WorkspaceClient w = WorkspaceClient() users = list(w.users.list())and also: import re...
Hi everyone,I’m trying to add users to an existing Databricks group programmatically using the Databricks SDK (SCIM PATCH), but I consistently hit an internal error and can’t tell if this is expected behavior or a limitation.My main goal is adding us...
I’m trying to get a full list of Databricks workspace groups and their user memberships. I want to do this in two ways:As a queryable table or view (e.g., for audits, security reviews, app integration)From within a Databricks App (Streamlit-style), u...
Kudos given to