Restrict environment access for private workspace

I have private workspace with two environments (Dev and Prod) and it shared with x number people. I need to restricted specific member to access Dev environment only. The managed role option stated “People will inherit roles on this environment from the workspace.
View workspace roles”, is there a way to enable restriction on specific member?

Thanks.

Hey @s.sairlao, welcome to the Postman Community! :wave:

Anyone in a workspace will get viewer permissions on all elements of the workspace, and that’s the lowest permission-level that exists.
If different people need to have access to the Dev and Prod environment then you could create two different workspaces, each with one of the environment, and fork the collection from one workspace to the other. cf. Version Control

1 Like