office365

How to remove or cancel “Access to Azure Active Directory” subscription?

可紊 提交于 2019-12-25 18:28:49
问题 My company use Office 365 Business Premium and I have admin role. I made a mistake by click Azure AD link and sign up. It create "Access to Azure Active Directory" subscription as image below. How can I cancel subscription ? Will I be charged for subscription ? Image : Azure AD Link in Office 365 Admin Image : Subscription Info 回答1: Every O365 subscription is created on top of an Azure Active Directory that will handle the authentication for the accounts/users, as default it will be running

Support US Government for Office 365 Management API

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-25 10:28:57
问题 When I ingest data through Office 365 Management API (here), I use login.windows.net as authentication endpoint, and manage.office.com as API request endpoint. But for Government region, it doesn't work cause for different region, the endpoint is different. However, I didn't find any useful information from Microsoft's official documentation. Please help me if anyone had successfully connected to Government region. Thanks a lot. 来源: https://stackoverflow.com/questions/44558109/support-us

Support US Government for Office 365 Management API

橙三吉。 提交于 2019-12-25 10:24:15
问题 When I ingest data through Office 365 Management API (here), I use login.windows.net as authentication endpoint, and manage.office.com as API request endpoint. But for Government region, it doesn't work cause for different region, the endpoint is different. However, I didn't find any useful information from Microsoft's official documentation. Please help me if anyone had successfully connected to Government region. Thanks a lot. 来源: https://stackoverflow.com/questions/44558109/support-us

Support US Government for Office 365 Management API

痴心易碎 提交于 2019-12-25 10:22:08
问题 When I ingest data through Office 365 Management API (here), I use login.windows.net as authentication endpoint, and manage.office.com as API request endpoint. But for Government region, it doesn't work cause for different region, the endpoint is different. However, I didn't find any useful information from Microsoft's official documentation. Please help me if anyone had successfully connected to Government region. Thanks a lot. 来源: https://stackoverflow.com/questions/44558109/support-us

Get workbook from sharepoint site using microsoft graph beta

流过昼夜 提交于 2019-12-25 08:34:11
问题 Using graph explorer, I want to get data from Excel file from SharePoint site From Onedrive (for business) this works: graph.microsoft.com/beta/me/drive/root:/Map1.xlsx:/workbook/worksheets From SharePoint site doesn't: graph.microsoft.com/beta/sharepoint:/MyFabulousSite/MyDocLib/Map1.xlsx:/Workbook/worksheets Response: Status Code: 400 { "error": { "code": "BadRequest", "message": "Resource not found for the segment 'Workbook'.", "innerError": { "request-id": "160a545b-66b8-44fc-92b7

Office 365 default Calendar's ID changes automatically

眉间皱痕 提交于 2019-12-25 08:29:55
问题 I was using V2 DLL of Office 365 API for performing calendar operations. I am saving default calendar's ID for performing operations on it. It was working fine for me from last two years but lately since last 1 month, when I am trying to fetch calendars from my account - just to check if the calendar is available on whom I am trying to work on - the calendar ID fetched is different from the calendar ID fetched from O365 API Saved Calendar ID -

How to get AppKey using Microsoft Graph API

我是研究僧i 提交于 2019-12-25 08:11:03
问题 I'm creating new application using POST https://graph.microsoft.com/beta/applications I can get the AppId back, but can't find a way to get the AppKey. I would like to access that app later using application credentials. Update: That what I send as password credential during the application creation: newAppObj.passwordCredentials = new List<AOBJ.AzurePasswordCredential>(){ new AOBJ.AzurePasswordCredential() { customKeyIdentifier = "T1rEXhNmUUmVqimnBPkirw==", keyId = Guid.NewGuid().ToString(),

How to programmatically open a file located in OneDrive using desktop Word?

为君一笑 提交于 2019-12-25 07:48:03
问题 I have a .docx file in OneDrive . If I click on it, it opens on Word Online . Then, there is a button that says Edit in Word that opens the current file in desktop Word (you have to provide credentials, of course). Using the OneDrive API , I'm able to open a file directly in Word Online from my PHP application (since it provides the file URL), but now I'm trying to directly open it in Word Offline (and then, Word will prompt the credentials to the user). TL;DR: I'm trying to reproduce the

Can't update profilePhoto with Microsoft Graph API

纵饮孤独 提交于 2019-12-25 07:27:07
问题 I'm able to retrieve profile photos just fine, but run into ErrorAccessDenied when trying to update photos. According to this: https://graph.microsoft.io/en-us/docs/api-reference/v1.0/api/profilephoto_update The User.ReadWrite permission should be sufficient. I have assigned my application this privilege using manage.windowsazure.com (and also tried granting all kinds of other privileges), but still get the error. Here's the current set of privileges I've granted to the app: Directory

Can I move or copy messages (Office 365) using the REST API v1.0 using Powershell

China☆狼群 提交于 2019-12-25 07:19:13
问题 So far, thanks kindly to Fei Xue, I have been able to send emails using the REST API. What I would like to know is can I move emails between folders. The following reference (using V1.0) suggests I can..https://msdn.microsoft.com/en-us/office/office365/api/mail-rest-operations#Moveorcopymessages I have put something together but its not working. The IDs represent the message ID and the destination folder ID $contentType = "application/json" $uri = "https://outlook.office365.com/api/v1.0/me