Hubert-Dudek
Databricks MVP

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/