How to restrict a user from choosing specific env while running a collection

Let’s say there are 3 environments in Postman - Test, Stage, and Prod.

Is it possible to configure specific users to be able to choose Prod as the environment while running collections? Either the environment (in this example, “prod”) doesn’t appear at all in the drop-down or even if it does, run collection checks the permission and aborts if permission is missing?

The professional plan has roles. However, in that also the authorization seems more towards being able to edit the environment or not. But can it customize the access of a particular environment while running collection to a restricted role or user?

1 Like

I would love to know how would that work too.