cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How do I find the users in workspaces

User16826987838
Contributor

Looking to pull a list of all the users in their workspaces (including the ones who have never done anything), is there a way to do that? This for AWS

1 REPLY 1

Ryan_Chynoweth
Esteemed Contributor

You can use the SKIM APIs. Endpoint: https://docs.databricks.com/dev-tools/api/latest/scim/scim-users.html#get-users

Or you can use the Workspace API. The workspace API does not have a direct list users command, but you can use the workspace API to list all the folders in the "Users" directory, filter the results to only have directories with the "@" symbol. Endpoint: https://docs.databricks.com/dev-tools/api/latest/workspace.html#list

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group