无法通过 API 请求权限报告
Cannot request permissions report through API
如果我们使用 API 请求权限报告,Azure DevOps 响应错误。
GET请求路径:/_apis/permissionsreport?api-version=6.1-preview.1
回复:
消息:“请求者 XXX 没有执行此操作的权限”
typeKey:AccessCheckException
错误代码:0
eventId: 3000
正在测试这个 Rest API:Permissions Report - List in my side and found that if user is not a member of the Project Collection Administrators group,然后会遇到这个问题。
请联系一位成员将您添加到该群组,然后创建一个PAT with full access,您可以使用这个API。
如果我们使用 API 请求权限报告,Azure DevOps 响应错误。
GET请求路径:/_apis/permissionsreport?api-version=6.1-preview.1
回复:
消息:“请求者 XXX 没有执行此操作的权限”
typeKey:AccessCheckException 错误代码:0 eventId: 3000
正在测试这个 Rest API:Permissions Report - List in my side and found that if user is not a member of the Project Collection Administrators group,然后会遇到这个问题。
请联系一位成员将您添加到该群组,然后创建一个PAT with full access,您可以使用这个API。