Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2021 02:31 AM
Hi there is groups API.
https://docs.databricks.com/dev-tools/api/latest/groups.html
There is example API call to list members of the group:
curl --netrc -X GET \
https://dbc-a1b2345c-d6e7.cloud.databricks.com/api/2.0/groups/list-members \
--data '{ "group_name": "reporting-department" }' \
| jq .
My blog: https://databrickster.medium.com/