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?