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!