api
4 TopicsOffice 365 API - Subscription
Hi, We have been using the Office 365 API to send events to our SIEM for a number of months. Since Monday we have received the following error: AF20023","message":"The subscription was disabled I've looked at "https://learn.microsoft.com/en-us/office/office-365-management-api/troubleshooting-the-office-365-management-activity-api#enable-unified-audit-logging-in-office-365" but even if I try and start a subscription, it will still return that it is disabled? Not entirely sure what else I can check.260Views0likes1CommentMicrosoft Graph API using for external user
We have been working with the Microsoft Graph API to fetch the mail list of an external user using the following endpoint: https://graph.microsoft.com/v1.0/me/messages. However, we are encountering an issue with the response returned by the API. The response is as follows: stdClass Object ( [@odata.context] => https://graph.microsoft.com/v1.0/$metadata#users('4e75df4a-021c-457d-a7b4-8bcabaae1cbb')/messages [value] => Array ( ) ) As you can see, the response does not include any list of mails. The value array is empty. Could you please provide guidance on why this might be happening?515Views0likes2CommentsCan Business accounts access O365 Management API endpoints and what are the rate limits?
Is it possible to use the Office 365 Management API in Business Basic? Because when I try to use the Enterprise endpoint provided in the documentation I can obtain data from a Business Account. I just want to confirm that using this endpoint in production for Business accounts doesn't result in any data loss. It is stated that Management API has two rate limits as 2000 req/min and 60000 req/min. Can I get a clarification on how these two limits work.Solved738Views0likes1Comment