Lesly Bernaola
Lesly Bernaola

Reputation: 423

Azure DevOps : permissions to add an existing user to an existing group

I have an user that has all the needed permissions to add users and groups, and edit collection and project level permissions for users and groups according this documentation: Permissions and groups in Azure DevOps and TFS, but when he tries to add an existing user to an existing group in a project he receives "You do not have the required permissions to perform this action".

User's collection level permissions:

enter image description here

User's project level permissions:

enter image description here

What I am missing? which permissions do I need to give him in order he is able to add existing users to existing groups?

Upvotes: 0

Views: 939

Answers (1)

Lesly Bernaola
Lesly Bernaola

Reputation: 423

"Edit collection-level information" and "Edit project-level information" permissions are not enough. In order an user is able to add/remove users/groups to/from existing groups under an existing project, the user needs to be part of Project Administrator group at least.

Here you are the Azure DevOps developer community's answer: https://developercommunity.visualstudio.com/content/problem/335367/cannot-give-right-permissions-for-adding-existing.html

Upvotes: 1

Related Questions