Rest API Message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 01:27 AM
Hi All,
We have a requirement to delegate mailbox to user. For this we are using Microsoft Graph REST API v1.0. (https://learn.microsoft.com/en-us/graph/overview?context=graph%2Fapi%2F1.0&view=graph-rest-1.0)
I have created an action where I will be using REST Step and hence want to build a REST Message.
However, not able to decide which method to use from below:
- Create oAuth2PermissionGrant (a delegated permission grant) - Microsoft Graph v1.0 | Microsoft Learn
- Grant or revoke API permissions programmatically - Microsoft Graph | Microsoft Learn
Also need help in creating REST message if method is finalized.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2024 08:21 AM
Hi,
There is no endpoints in Microsoft Graph API for managing mailbox permissions. You need to use exchange online powershell cmdlets.
Regards,
Niklas