Can Groups be created on Metabase through API Calls

We are trying to implement Metabase SSO into our application. We need to be able to create metabase groups using an API call.

So rather than creating a new user group on metabase, update our databases manually with the groups information, we want one api call to create the group on metabase and also save the respective info in our databases.

Does metabase has support for such feature?

Check out /api/permissions/group

1 Like

Awesome!
Thanks a lot. Appreciate your constant effort and support :smiley: