
Graph RESTful API - getting items' permissions in OneDrive for Business
Jan 25, 2016 · I'm trying to get the permissions granted on items in personal OneDrive for Business drives / Sharepoint Online, using the Graph RESTful API.
Microsoft Graph API return ErrorInvalidMailboxItemId error "Item Id ...
Aug 21, 2020 · Microsoft Graph API returns ErrorInvalidMailboxItemId error "Item Id doesn't belong to the current mailbox" while getting mailfolder from In place archive.
How to download mail as .msg using Microsoft Graph API
Mar 7, 2019 · I need to download the entire mail (with attachments, if any) as a part of my requirement but most of the related stackoverflow answers state that it is currently not possible with Graph API.
How to add global admin user through graph api
Jan 5, 2015 · Currently i am creating users by graph api and its creating normal user (with only user role).I want to create user with global admin role in azure active directory through graph api.So …
Graph API create on behalf of the user. - social.msdn.microsoft.com
Oct 12, 2017 · For the past few weeks I'm playing with Graph/Outlook API and trying to create task (or anything else) on behalf of the user. Is this even possible? I can create tasks for user I'm currently …
How do I assign licenses using GraphAPI - social.msdn.microsoft.com
Oct 7, 2014 · I am using the Microsoft.Azure.ActiveDirectory.GraphClient dll - so I don't directly see the GraphAPI call perhaps I should try fiddler to see if the request is similar
How to get Office 365 Directory contacts via API?
Mar 21, 2017 · I am using iOS Office 365 API but it is no problem to use Graph API as well, but I don't see any corresponding endpoint.
Microsoft.Online.Workflows.EntitlementValidationException while ...
Oct 26, 2018 · 1. One or more properties contains invalid values in Microsoft graph API 2. Graph API request returning “One or more properties contains invalid values” If this answer was helpful, click …
The infamous AADSTS50058 error when using "external" accounts in …
Oct 28, 2016 · I don't have the problem when using the approach with authorization code to access the graph api. The authorization code approach only works in interactive web apps of course. The on …
Getting "The tenant for tenant guid '<id>' does not exist"
Jul 15, 2019 · I'm trying to use the deamon app scenario to reach out outlook calendar using server-to server flow.My main problem is that I'm not able to use Microsoft Graph's api to do operations on my …