以下适用于 Azure Devops Services(云):
curl ... https://vssps.dev.azure.com/acme/_apis/graph/users
但是,对于我的本地安装,我得到以下所有选项的 404:
curl ... https://tfs.acme.com/_apis/graph/users
curl ... https://vssps.tfs.acme.com/_apis/graph/users
curl ... https://tfs.acme.com/test-collection/_apis/graph/users
我知道它不是凭据问题,因为我成功地进行了其他 api 调用。
我找不到任何本地文档。云版本:https ://docs.microsoft.com/en-us/rest/api/azure/devops/graph/users/list?view=azure-devops-rest-5.1