My domain account is a member of all collection level security groups except Project Collection Proxy Service Accounts and Project Collection Test Service Accounts in our TFS 2018 on premises. In the past, I used to add new members to any security group on a collection or project level. However, I did some TFS security settings changes some time ago. Now, when I try to add a new member, I get an error message similar to this one:
Unable to add members to this group. Failed to resolve the specified groups to join. You do not have sufficient permissions to add members to the following groups: [DefaultCollection]\Project Collection Build Administrators
Unfortunately, I don't remember which security changes I did. I read the answer on a similar question in this web site where the problem was resolved by adding account to a Readers security group on a project level. The problem is I cannot add any account to Readers group either.
Can anyone, please, help to recover permission of adding a new member to a security group?
Thank you
TFSSecurity.exe
to add the users to the Groups or change permission. Please check these two tickets:stackoverflow.com/questions/54814466/… and developercommunity.visualstudio.com/content/problem/465579/…. You could use the API to check the permission. – Kevin Lu-MSFT