Hi,
The idea is reaching the contacts and having an action when a contact is created. I am trying to get the access token for reaching the contacts. However, I am getting NotFound error.
This is the error:
{
"error": {
"code": "ExtensionError",
"message": "Operation: Create; Exception: [Status Code: NotFound; Reason: Not Found]",
"innerError": {
"request-id": "46ea253d-4b61-46e5-ad0b-7b3276e79ddb",
"date": "2018-12-04T19:44:12"
}}}
Note:
I gave all permissions on the Azure AD side to be reached by Graph.
Does anybody have idea what would be the problem?