Getting the Branch ID for Accesscontrol
问题 I am trying to restrict the permissions for a specific AD group on a branch level. Previously I have asked the Microsoft Azure DevOps team if they had any endpoint URI REST API for this request, but the response that I have got was that it was not currently available. However, I have managed to get the API using the chrome developer tool, which was https://dev.azure.com/{organization}/_apis/accesscontrolentries/{namespacetoken}?api-version=5.1 Then, I am making the POST request using this