Hi
I'd like to create an application group on TfsProjectCollection level (not a project group) using TFS API.
For projects you can use the GroupSecurityService.CreateApplicationGroup method, but since you need to provide a "ProjectId" and this is not working for collection-level groups. I think it should be possible with IIdentityManagementService.CreateApplicationGroup, but this needs a "ScopeId" as parameter, which is nowhere described.
Do you know, how it is possible?
Many thanks
Nicolas
GroupSecurityService