Custom Role in Azure DevOps to allow Add Users

391 Views Asked by At

Is it possible to provide a reduced set of permissions to allow a user permission to add other users to a project without being a full blown administrator? Adding a user as a Project Admin provides to more access which is a huge security issue.

1

There are 1 best solutions below

1
Suki Ji-MSFT On

You could add user as contributor or Project Valid Users with limited access. Please see Project-level groups

Contributors: Has permissions to contribute fully to the project code base and work item tracking. The main permissions they don't have are those that manage or administer resources.

Project Valid Users: Has permissions to access and view project information.

Besides, you could also create a custom group to grant or restrict permissions in project setting >> permission >> new group. Then, change permission for the group.

enter image description here

enter image description here