'Azure Devops - Add users to organization without assigning project collection administrator
Currently, my Azure DevOps account do not have project collection administrator permission. I can see the "Add user" button if I added the project collection administrator. Is there a granular role to add a user to an organization without assigning project collection administrator.
Solution 1:[1]
Add users to organization without assigning project collection administrator
For this issue , unfortunately it is impossible to achieve in azure devops.
This is clearly stated in the official documentation:
Prerequisites
You must have Project Collection Administrator or organization Owner permissions in Azure DevOps. For more information, see Set permissions at the project level or project collection level.
For details,please refer to this.
Solution 2:[2]
If you can see "add user" active button in Project Collection Admin group on the top right hand side, you must be a member of a teams group which is directly or indirectly is a part of a Project collection administrator group. Usually that is done when you are a part of teams group and that teams groups is the part of PCA(Project Collection Admin.
Alternatively, since you wont be able to edit the permissions of PCA, you can create a teams group and add that teams group to PCA and play around with the permissions and you will be add the users to the ORG as well.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Hugh Lin |
| Solution 2 |
