从图中授予邮箱权限 api

Give mailbox permissions from graph api

我正在使用 Graph API 并获得应用许可和证书。

我知道如何使用不同于请求者电子邮件的发件人发送电子邮件。

我转到 admin.exchange.com,select 用户并添加邮箱委托,然后在“发送为”中添加用户。 我的问题是如何仅通过 Graph API 添加具有“发送为”选项的用户。

我想使用这种方法microsoft permission:但是从图api

感谢您的帮助

不,这个(以及所有其他 Exchange 管理任务)当前不在图表中 API,以编程方式执行此操作的唯一选择是使用 Powershell cmdlet https://docs.microsoft.com/en-us/powershell/module/exchange/add-mailboxpermission?view=exchange-ps. The good news is that the v2 Powershell module does now support the client_credentials flow https://techcommunity.microsoft.com/t5/exchange-team-blog/modern-auth-and-unattended-scripts-in-exchange-online-powershell/ba-p/1497387