Is there a way to access all users within a group data in a table format?

For example, within a module, there is the Global current_user which has name, email, groups, id etc. I am wondering if I can access this data for all users within my organization, not just the current user?

1 Like

Got the same question

Hey @benxu and @agaitan026!

I don’t believe we have a full user list accessible inside of Cloud apps, unfortunately. I believe you’d have to manually store this in some global JS or a db table somewhere.

Do y’all have any specific use cases?