
Microsoft Graph API return ErrorInvalidMailboxItemId error "Item Id ...
Apr 15, 2020 · Microsoft Graph API returns ErrorInvalidMailboxItemId error "Item Id doesn't belong to the current mailbox" while getting mailfolder from In place archive.
Outlook REST API - get names of owners of a shared mailbox
Oct 3, 2018 · We are trying to create a simple REST lookup client in JavaScript that would run inside an on premise SharePoint application that can look up the owners of a shared mailbox using the …
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 …
get the details of all the MS Forms created in the tenant
Sep 10, 2020 · I wanted to get the details of all the MS Forms created in the tenant. Is there any possible way to find this information either using powershell/graph api/admin center Thursday, …
Adding an RBAC Owner admin for a subscription with c# code
Oct 17, 2017 · describes how to add user in a owner role to particular subscription. But can it be done from .net code? Preferably using some abstract, high level library for .net? I found some packages …
ARM template for Azure Active Directory - social.msdn.microsoft.com
Aug 16, 2017 · What should be the type under resources, if I want to create an ARM template for Azure Active Directory?
Add policy to service principal - social.msdn.microsoft.com
Sep 20, 2018 · You can get the list of all Audit Activities using the Graph API https://graph.windows.net/$tenantdomain/activities/auditActivityTypes?api-version=beta, where …
Microsoft Teams - Get User Presence [Status]
Feb 22, 2019 · We are trying to build a web page to show the list of users based on the Microsoft Teams Channel along with User Availability status. Tried searching for API but not able to get it. Can …
Powershell behavior with Microsoft.IdentityModel.Clients ...
Aug 27, 2015 · Of course, using Force works. My question is maybe more Powershell oriented than related directly to CREST, but the thing is I cannot reproduce that behavior with some other .Net …
AADSTS90056: This endpoint only accepts POST requests.
Feb 7, 2017 · Earlier today things were working fine (at least as far as getting the token), but now I keep getting "AADSTS90056: This endpoint only accepts POST requests." when I select "Authorization …