
excel to odata Graph API service (with openid connect-deliered authn ...
Aug 20, 2014 · Can anyone claim to have made power query in excel 2013 talk to the Graph API - just another (guarded) odata service?
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.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 …
Query Directory roles of a user in Azure Graph API
Mar 8, 2016 · I am trying to query the roles (Directory Role) of a user (I have ObjectId and the UPN of the user) by just calling the Graph API once! I'm able to query a user and then use that user to get …
How to put date range filter in Microsoft Graph API while Querying ...
Apr 26, 2019 · I want to get sharepoint list items in a date range using Microsoft Graph API but it throws **"POST https://o365ssoapi.dev.xxxx.com/api/values 401"** Error.
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.
Authenticate outlook using email Id and password directly using Graph ...
Jul 31, 2018 · I want to authenticate the user by using his outlook email id and password directly in my app, without showing any web login page (which we generally show microsoft login as redirect uri). It …
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 …
Revoking access and / or refresh token from the graph API
Sep 25, 2019 · I am building an application that needs to access the Outlook mails of the users. To read them I have created an application that interact with the graph API with OAuth2. I allow the user to …
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 …