Are there docs anywhere on how to use permissions endpoint? I specifically would like to create groups that map LDAP groups to metabase groups and I would also like to be able to update the permissions graph, but I can only find docs about how to do this in the UI.
Currently on v0.54.8, self hosting the open source version.
You can try modifying some permissions manually within Metabase and checking out the request to the permissions/graph endpoint in the Network tab to see what payload it sends
Right, I have been working from that perspective, but wanted to see if there was any documentation I could use to better understand without having to guess and check.