How do I find the users in workspaces
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2021 02:23 PM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2021 02:59 PM
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

