如何从 Azure Devops 服务器调用用户图 API

How to make a call to users graph API from Azure Devops Server

以下适用于我的 Azure Devops 服务(云):

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

此 API 尚不支持 Azure DevOps 服务器: