Forum Discussion
jchou
Sep 01, 2020Copper Contributor
Issue with using Office 365 Management Activity API
I got my access token from
- https://login.windows.net/{tenantid}/oauth2/token
and it responded with
- {
- "token_type": "Bearer",
- "expires_in": "3599",
- "ext_expires_in": "3599",
- "expires_on": "1598887816",
- "not_before": "1598883916",
- "resource": "https://manage.office.com",
- access_token : "";
- }
I am trying to follow this guide
https://docs.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-reference
but I keep getting a 404 error with
- https://manage.office.com/api/v1.0/{tenantid}/subscriptions/start?contentType=Audit.SharePoint&PublisherIdentifier=46b472a7-c68e-4adf-8ade-3db4949751ff
Not sure what have I not configued correctly?
I found the issue.
The correct URLs are listed here
- jchouCopper Contributor
I found the issue.
The correct URLs are listed here