Access to changing enviroment to a non-admin account

Good day, guys,
I've created a second account to limit edit access, and I gave it to our support team, but we need that team has access to all environments on our account.
BTW, If we log in with the limited access account, the page header disappears, and we don't have the environment picker.
Do you know how we can have a limited access account to edit and access environments simultaneously?

@Alireza Welcome to the forum

You could use the parameter in the url to do this
?_environment=staging
?_environment=production
Or whatever you have named them

2 Likes

Thanks a million, Is there any way to have the environment picker on header toolbar?

You could put a drop down in the header of the app and have that use utils.open the same page with the parameter included

1 Like

This is really useful for me too - I was facing the same problem. Thanks!