Retrieve list of permission groups & users

Is there a way to retrieve a list of users in a permissions group? Specifically, I would like to populate a dropdown with this info.

Hey @andy.barilla!

There's currently a feature request for accessing an in-app list of users in Cloud organizations here. If you're self-hosted you can do so by connecting to your instance's storage database as a Postgres resource. In that, the user_groups table contains information about which permission group each user is in and can be joined with both the user and groups table for additional information about each!

1 Like