Allow admin to see other users pages

I would like to allow an admin to see other users pages. How can I do that?

When you say ‘other users pages’, are these pages all actually the same page in your app that displays the current users info?

If so, you can put a hidden group of type user on the page - have it default to current user. Set all the user’s data that shows on the page to the ‘hidden group’s’ user (which is the current user) instead of directly to ‘current user’s’ data.

Then you can allow admins to change the user displayed in the hidden group (with a dropdown selector for example). And they will be viewing the page as the selected user. Hope that helps :slight_smile:

Thanks for the help!!

1 Like