Hi @robert.rawson ,
If the group is linked to Azure AD, user management should be done through Entra ID (Azure AD) under Groups, as Azure DevOps does not allow direct additions to an AD-backed group.
Check you have Manage Group Membership permission under Project Collection Administrators. Try adding another user (or yourself) to a different group does that work? If yes, the issue is with the specific group.
If only two specific groups are affected, while others work fine, the groups themselves might have a problem. A quick way to test this is by creating a new security group, applying the same policies, and seeing if you can add users there. If the new group works but the original groups do not, they might be corrupted, and you may need to recreate them.
Refer official Microsoft documentation:
Managing Entra ID-backed groups in Azure DevOps: https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/manage-azure-active-directory-groups
Changing project-level permissions in Azure DevOps: https://learn.microsoft.com/en-us/azure/devops/organizations/security/change-project-level-permissions
- Adding and managing security groups in Azure DevOps: https://learn.microsoft.com/en-us/azure/devops/organizations/security/add-manage-security-groups
Hope it helps!
Please do not forget to click "Accept the answer” and Yes
wherever the information provided helps you, this can be beneficial to other community members.
If you have any other questions or still running into more issues, let me know in the "comments" and I would be happy to help you.