All Questions

Tagged with
Filter by
Sorted by
Tagged with
0
votes
1answer
25 views

Laravel Protecting Routes from other System Request

We have this system that our students access to get access to other platforms that we provide, such as Office 365 with student license and other programs... We have access to create this access links, ...
0
votes
1answer
180 views

Microsoft 365 Graph API - how to read mail box of all users

I have a Microsoft 365 admin user. I try to read other users’ emails using the Microsoft 365 graph API. I adopted the following from github based on a Microsoft tutorial: import requests ...
0
votes
0answers
14 views

How do messages will be displayed in the M365 admin center

Terms and Conditions for Message Center Advisory Information Regarding the items displayed in [Incidents] and [Advisories] from the [Service Health] displayed in the [Service Health of Microsoft 365 ...
0
votes
2answers
111 views

Is it possible to delete a SharePoint Online site using Microsoft flows or by using any Rest API

I tried creating a SharePoint Online site using Microsoft flows and it was successful. Now, I'm looking to delete a SharePoint Online site by same flow. While creating the site we use RestApi call but ...
0
votes
0answers
48 views

Sharepoint Online Create a folder from Linux

I am a Linux user - trying to create a script in bash to upload files to sharepoint online. So far I am successful. I am doing it through curl: curl -b cookies \ -H "X-RequestDigest: ${DIGEST}&...
0
votes
1answer
12 views

Is there an API (any language) to add an App from SharePoint store? Without to do it manually?

There's no PowerShell cmdlet provided by Microsoft to add an app from the SharePoint Store. The Cmdlet install-SPApp only works with imported packages in the App Catalog which is not enough.
0
votes
1answer
40 views

get Microsoft Teams recorded videos

We need an automated solution to store in Microsoft Teams recorded videos on our own platform. Microsoft anounced last year, that they will integrate this feature in the Teams API, but I can't find ...
-1
votes
1answer
41 views

how to create a custom contacts folder in the office 365 mailbox using API?

how to create a custom contacts folder in the office 365 mailbox using API? I can't find any documentation for PowerShell or rest api.
0
votes
0answers
40 views

Submit response to MS Forms via API

We are trying to create a "capture once, submit to many" application which will submit data to (among others) a Microsoft Forms form hosted on office.com. We'd very much like the ability to ...
2
votes
1answer
143 views

How can I fix SharePoint Resr API access error?

I'm trying to get data with SharePoint REST API but stucking with "System.UnauthorizedAccessException" error. How can I fix this? What I did is... I got access token. POST https://login....
0
votes
1answer
122 views

Is there any way to create an online form to create tasks to planner?

I'm new to microsoft planner 365 and I think it's a great tool. I do not want users to access my plan (board). Is there any way I can create an online form that can be shared to other users to allow ...
-1
votes
1answer
45 views

How to get displayName (Name, Surname) from external organization smtp address in Outlook API?

all, and thanks for your support. I have a list of e-mails (ex: johndoe@company1.com, maryjane@company2.com) and need their DisplayTo names. By "DisplayTo" I mean the name that appears after ...
0
votes
1answer
97 views

403 Forbidden on GET to Calendar that I have delegate access to

I have been delegated access to an Outlook calendar. I received the sharing invite and accepted it. I have been given read\write access. When I do a GET on https://graph.microsoft.com/v1.0/me/...
0
votes
0answers
16 views

API / Backend access to Outlook Task / Todo data

How do I access Office365 “Todo” (outlook tasks) data? I assume it’s stored in an sql database and accessible via API, but I can’t find any documentation about it. I've created custom VBA modules in ...
0
votes
1answer
98 views

o365 Reports API could not fetch Reports

When I try to call API requests for Reports, I'm getting following error, the sample API in Graph explorer for /user/<tenant-id> are working fine. For Reports i could not get the results for ...
0
votes
0answers
90 views

Using Yammer API against a non-default Yammer network when using Azure Active Directory (AAD) tokens

I am trying to call the Yammer API using Azure Active Directory (AAD) tokens by following the steps in Microsoft's blog post Yammer API with AAD tokens Postman Collection This works fine against the ...
1
vote
0answers
10 views

Office365/Azure API to query to get status of security controls?

We're trying to build a web app to scan our clients tenancies and identify what users have MFA enabled (or disabled) Legacy Protocols disabled (ie: POP3, IMAP, etc) And from the tenancy, what are ...
0
votes
0answers
383 views

How to Bulk add/edit/delete entries in GAL global address list in the Exchange Online Programmatically

Powershell and Graph API. How to Bulk add/edit/delete a few external entries in GAL global address list in the Exchange Online Programmatically on day to day basis. Background: The source of entries ...
0
votes
0answers
73 views

Office Store rejects Outlook Module extension Add-in. How to submit only Module extension add-in

We have created a outlook Module extension Add-in. it works in outlook 2016 onward as per following link https://docs.microsoft.com/en-us/office/dev/add-ins/outlook/extension-module-outlook-add-ins . ...
0
votes
0answers
96 views

Is there a way to monitor Microsoft Teams data at NewRelic?

I am new to New Relic & have been trying to find how to monitor Microsoft Teams data at New Relic. For example, No. of users, No. of calls attended, Audio & video quality metrices Any ...
0
votes
1answer
38 views

Azure Office 365 Management APIs

I am trying to get a response from Microsofts Office 365 Management API using bash curl commands- I get the token like this- TOKEN=$(curl -X POST "https://login.microsoftonline.com/$TENANTID/oauth2/...
-1
votes
1answer
56 views

Unable to generate OAuth 2.0 Access Token from Office365 via JavaScript

I'm trying to pull an access token from Office365's /token identity platform endpoint via OAuth 2.0 client credentials grant flow. I have my app registered, the client ID & secret, etc... I can ...
0
votes
1answer
58 views

o365 management api product specific schema

I'm using the o365 management api to get Teams data but the result I'm getting is only related to the common schema. How do I get the product specific data as mentioned in https://docs.microsoft.com/...
0
votes
1answer
39 views

Catch different Sharepoint GUIDs

I coded a program which is mapping a specific list from a SP (O365) on my computer. To realize this, i'm using different GUID (web, list, site). I'm searching to catch all GUIDs that I need without ...
0
votes
1answer
37 views

PowerShell (?) Check office 365 mailbox and forward emails to another system by reset API

I would love to have guidance as to the right way to do it. I have to forward emails from Office 365 mailbox to another system by reset API. The format of email is something like that: Subject: ...
0
votes
1answer
66 views

Howto read list of selected mails with the Office.js API

The user can select emails in Outlook online by placing checkmarks in front of them. Is there a way to get the list of selected emails by means of the Office.js API? Alternatively: is it possible to ...
1
vote
1answer
199 views

Calling https://graph.microsoft.com/v1.0/users/<ID Calendar>/calendar/calendarView? doesn't return appointments, and there is appointments

The call to Graph API is not working properly since yesterday : https://graph.microsoft.com/v1.0/users/<my calendar ID>/calendar/calendarView?startDateTime=2019-10-04T19:10:24.0000000&...
0
votes
1answer
959 views

Create office 365 user with PHP API

I followed this tutorial to set up a laravel enviroment to work with the Microsoft Graph API. I want to do CRUD operations on Office 365 users, but in the documentation, there is no PHP sample code ...
1
vote
0answers
22 views

Office365 delta API for drive items - sharing changes

I'm using the delta API for drive items to track the changes for files in the drives, but I'm not getting any result from the delta when changing the permission for a file, only results for delete, ...
0
votes
1answer
78 views

How to get Office 365 calendar event by time and location using Graph API?

When I create a new event for a location, I need to check whether that location is busy and if it is, I need to send an email to existing event's creator that their event is going to be double booked. ...
0
votes
0answers
340 views

Office.context.mailbox.displayNewMessageForm not able to attach files in outlook online clients

We are using Office.context.mailbox.displayNewMessageForm api for creating compose form in that we are adding attachments parameter with type set to file. But in this scenario, Outlook is not able to ...
1
vote
1answer
280 views

Hide folder with Microsoft Graph REST API

Is it possible to use the Microsoft Graph REST API to hide a folder that is a child of the inbox for all users?
0
votes
1answer
196 views

Using GetSchedule API

I am using the free busy api and i have noticed that when making requests to POST /me/calendar/getSchedule with the body Request body: { "schedules":["alex@djayasee.onmicrosoft.com", ...
2
votes
0answers
74 views

Disable End User Communication With PowerShell

Back in November, Microsoft released a PSA informing 365 users about the end user communication features with manual instructions on how to disable it through the 365 admin portal. Log into the ...
0
votes
1answer
104 views

Unknow value in field UserPrincipalName. Getonedriveactivityuserdetail graph API

When accessing the https://graph.microsoft.com/beta/reports/getOneDriveActivityUserDetail(period='D7')?$format=application/json graph API from a specific tenant, the value of the userPrincipalName ...
0
votes
1answer
48 views

MS Graph API Calendar Update fails

Using Graph API to update calendar that I have created using the API previously gets the following error: Your request can't be completed. The default calendar cannot be renamed. Code: graphClient....
0
votes
2answers
318 views

Does batching lead to increase in 429 Throttling errors in MSGraph API

I am trying to sync oneDrive Files (metadata and permissions) for a domain using MSGraph API using list, children and permission endpoints. I am using batching for children and permission endpoints, ...
0
votes
2answers
66 views

Is there any way to retrieve Project specific information with Office 365 Management Activity API?

Recently our team has been using Office 365 Management Activity API. We are trying to Audit MS Project Online, we've encountered a problem with what information is currently being returned. { "...
0
votes
1answer
1k views

Outlook web Add-in to query REST api

I have developed a COM plugin for outlook that queries a web api service that I have written. It is a plugin used to schedule meetings on our cloud hosted bridging solution. we wanted to avoid users ...
0
votes
1answer
212 views

Office 365 Graph getting Microsoft Teams Messages

Having issues getting Teams messages using the Office365 Graph. I get the access token using string signedInUserID = ClaimsPrincipal.Current.FindFirst("http://schemas.microsoft.com/identity/claims/...
2
votes
0answers
169 views

Setting up Auto Mail Forwarding using Outlook Mail Rest API

Is it possible to set up Auto Mail Forwarding using Outlook Mail Rest API for Outlook 365 mailbox? I need a way to do using a .Net console app. Looking at the API documentation it only mentions how to ...
2
votes
2answers
1k views

Accessing a Word(.docx) file's content with Microsoft Graph REST API?

Is there a way to obtain the content of a Word document stored in the cloud through the Microsoft Graph API without having to download the file locally? The goal is to build an app that analyzes a ...
0
votes
1answer
85 views

Fetch all events for the next 24 hours, including current events in the Office365 API

I'm using the following API call to fetch all events for the next 24h. The thing is, this doesn't return events that are currently active. Lets say an event started on 2018-08-01T13:00:00.000Z, this ...
0
votes
1answer
260 views

Getting 401 unauthorised when calling calendar api of office 365

I am trying to access the office 365 calendar api to create an event. The steps i followed are Created app and registered it in azure Gave permisissions to the app Hitting https://login....
7
votes
1answer
964 views

Microsoft Graph API Select and Filter Owner Address in Calendar

I am trying to use Microsoft Graph Api to get and filter the address owner, and the address name of the calendars. The permissions of my app are: I try to run this queries: https://graph.microsoft....
1
vote
1answer
50 views

Office 365 API that is not connected to Azure Active Directory

I want to know one thing very clear. I need to get all users of Office 365 using C#. For that, there are lots of api but all of them are connected with Azure Active Directory. (For eg. Graph api which ...
2
votes
0answers
2k views

How to retrieve Planner task comments for use in PowerApps

I've been asked to develop a PowerApp that pulls Microsoft Planner tasks in, along with the comments added to each task (using the Planner web app). By using the preview Planner connection in ...
1
vote
0answers
74 views

Office 365 Integration / authentication - Server to Server calls

Microsoft graph provides several nice examples of calling Office365 Group/Teams to fetch filenames, file metadata or any other data. For example: https://github.com/microsoftgraph/aspnet-snippets-...
3
votes
0answers
293 views

Python Okta and Office 365/ SharePoint

I would like to pick a file from SharePoint using a python script. The problem is that my company is using Okta to secure identity and I don't really know which is the right approach to connect ...
3
votes
1answer
2k views

Microsoft Graph API - Updating event does not update for attendees

I have delegated application admin access to ReadWrite all user calendars. I'm using the Graph API (beta). Resources are created in Office365 for meeting rooms. I'm trying to change the end-time of ...