gpt4 book ai didi

rest - "The tenant for tenant guid does not exist"即使用户已在用户端点上列出?

转载 作者:行者123 更新时间:2023-12-04 03:03:09 38 4
gpt4 key购买 nike

我正在尝试与 Outlook 的 API 集成(更具体地说,我想列出用户的联系人,并能够对他们进行一些 CRUD)。

我在 Azure 上创建了一个 Azure 帐户、一个 Office 365 开发人员帐户和一个应用程序。

我可以使用登录端点获取访问 token ,如下所示:

https://login.microsoftonline.com/<tenant_id>/oauth2/token

我还可以使用不记名 token 通过 /users 端点检索用户列表或获取用户的详细信息。 “获取用户”方法的结果返回如下内容:

{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users/$entity",
"businessPhones": [],
"displayName": "Renato Oliveira",
"givenName": "Renato",
"jobTitle": null,
"mail": null,
"mobilePhone": null,
"officeLocation": null,
"preferredLanguage": null,
"surname": "Oliveira",
"userPrincipalName": "renato.company.com.br#EXT#@renatocompanycom.onmicrosoft.com",
"id": "<user_id>"
}

当然,这是使用 /users 端点传递 user_id :

https://graph.microsoft.com/v1.0/users/<user_id>

但是,我无法获取该用户的联系人。当我向下面的端点发送 GET 请求时

https://graph.microsoft.com/v1.0/users/<user_id>/contacts

我收到以下错误:

{
"error": {
"code": "OrganizationFromTenantGuidNotFound",
"message": "The tenant for tenant guid '<my_active_directory_tenant_id>' does not exist.",
"innerError": {
"request-id": "<request_id>",
"date": "2019-03-18T20:43:16"
}
}
}
<小时/>

为什么会发生这种情况?为什么它可以与 /users 一起使用,但不能与 /users/{id}/contacts 一起使用,即使应用程序已激活所有权限,并且已为默认值授予管理员同意目录?

最佳答案

我没有重现您的问题。我的步骤如下,供大家引用。

1.在Azure门户上注册应用程序并授予其图形权限。

2.获取访问 token 。 enter image description here

3.调用api之前,需要确认账号需要是有效的邮箱地址。我的是 demo101@**.onmicrosoft.com。 enter image description here

4.调用图api。
enter image description here

关于rest - "The tenant for tenant guid does not exist"即使用户已在用户端点上列出?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55229894/

38 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com