Manage collections during deployment testinng

Hi, we are using postman collection for some tests during deployment pipeline, what are the best practices to manage these collections, my requirement is team members should not be able to edit these particular collections used for testing?

Hi there,

You can give your team members “viewer” roles for the collection which will make them to be unable to edit the collection. Please make reference to our documentation on Roles and Permissions below;

Thanks Frank, is this the standard everyone follows and if we want to make changes, can the ‘viewer’ role user create a fork and work on it?

That’s right, the View role let them create a fork and add it to the same workspace. They can work on the forked collection and you can later decide to merge the changes to the original collection.