GET /api/permissions/group only returns first 50 items

We have a instance of metabase that uses group permissions at a very fine grained level -- and use the API to manage these permissions

Sometime around the release of v0.40.1 the GET /api/permissions/group endpoint started returning only the first 50 groups, sorted alphabetically. Is this an intentional change? I can't find a mention of it in release notes.

Is there another way to get all the permissions using the api?

One other note: I am still able to create new groups, so if the intention is to limit the number of groups then it needs to be properly implemented. So I am changing the tag to a bug report. If someone confirms that this is not intentional, I can report a bug on GitHub.

check this thread API changes in version 0.40

1 Like

Thanks. I need to work on my search skills