我正在尝试通过具有应用权限的Microsoft Graph API使用/beta/me/findRooms
端点。我已经创建了一个具有(希望足够)许可的应用程序。从node.js
应用程序运行,我可以获取执行此请求所需的access_token。但是,当尝试访问/findRooms
时,我总是碰壁:
{ error:
{ code: 'ErrorNonExistentMailbox',
message: 'No mailbox was found that includes the specified identity:
8370e476-a531-4529-8186-cd1d7cfe6292**@**a73fa5a8-6a60-4a98-a185-8577dbe25873.',
innerError:
{ 'request-id': '9bce60dd-6bfe-4d38-9d8f-28308e8eb1bb',
date: '2018-07-07T18:33:28' } } }
该身份似乎描述了[appId] @ [tenantId]
。
有人建议我在做什么错吗?