Export Users and Groups from Unity Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 08:07 AM
Hi,
I am trying to export the list of users and groups from Unity catalog through databricks workspace but i am seeing only the users/groups created inside the workspace instead of the groups and users coming through scim in unity catalog.
How can i get the complete the list of user and groups from Unity Catalog.
Thanks,
Phani.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2024 03:24 PM
Hello when you refer to the users and groups in Unity Catalog, do you refer to the ones created at the Account Level?
If this is the case you need to run the API call at the account level and not workspace level, you can see the API doc for account level calls here https://docs.databricks.com/api/account/accountgroups/list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2024 02:30 AM
Hi,
Thank you for your reply. I have used above but I am getting below error "Endpoint not found" I have tried with PAT and also using OAUTH2.0 M2M