question

DavidBohl avatar image
0 Votes"
DavidBohl asked azure-cxp-api edited

Graph API Subscription with Azure AD Graph API

Whenever I want to post a subscription, I get the following Not-Found-Error:
{"odata.error":{"Code":"Request_ResourceNotFound","Message":{"Lang":"en","Value":"Resource not found for the segment 'subscriptions'."}


This is my POST-Request:
POST https://graph.windows.net/{tenant-id}/subscriptions?api-version=1.6

 {
    "changeType": "created",
    "notificationUrl": "https://my.service/api/notifications/endpoint",
    "resource": "users",
    "expirationDateTime":"2021-04-26T18:00:00Z",
    "clientState": "secretClientValue"
 }

Are there any limitations for the Azure AD Graph API?

azure-active-directory
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Adding right tags/teams to assist.

Please share the related error info(requestid, timestamp) too for the above API call.

0 Votes 0 ·

0 Answers