通过Azure Devops Server 2020(本地)REST API列出用户
在线标准答案似乎是使用身份。这被删除了吗?无论查询复杂性如何,从基本列表到特定ID,我的响应都返回404。 真的可以通过REST API获取用户的支持端点吗?
The standard answer online seem to be to use Identities. Has this been removed? My response regardless of query complexity, from basic list to with specific ID, returns 404.
Can it really be that there is no supported endpoint of getting users via the REST Api?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
用户列表
在给定范围中获取所有用户的列表。要使REST API在Azure DevOps中列出用户,您可以按照以下语法列出:
它将返回用户提供特定的详细信息。
You can use
Users-List
to get a list of all users in a given scope.For the REST API to list Users in Azure DevOps, you can follow the below syntax:
It will return the users with specific detailed information.