Changing collection group permissions with API

Is there a way to use the Metabase API to modify the permissions of the groups in a collection?

Have two browser windows open - one with the Logs (from Admin), the other showing the normal user stuff.

Look at the Logs in one window while you modify the collection permissions inthe other. You'll see all the API calls that Metabase uses in the logs.

1 Like

Awesome! Thanks! Looks like I just need to use this endpoint: [

PUT /api/permissions/graph

](Permissions)