【问题标题】:How to make a call to users graph API from Azure Devops Server如何从 Azure Devops Server 调用用户图形 API
【发布时间】:2020-05-27 20:25:46
【问题描述】:

以下内容适用于 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

【问题讨论】:

  • 似乎它可能根本不受支持。现在我正在使用identites api,但我很想改用它。

标签: tfs azure-devops azure-devops-rest-api azure-devops-server-2019 azure-devops-server


【解决方案1】:

此 API 尚不支持 Azure DevOps Server:

【讨论】:

    猜你喜欢
    • 2021-12-18
    • 2020-04-18
    • 2022-06-14
    • 1970-01-01
    • 2021-10-10
    • 1970-01-01
    • 2021-11-15
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多