My problem is exactly like here, word to word:
I got Office 365 development subscription, created new Azure AD with a new application, but still no luck. I can view a list of users through API, but when I try to see specific user's calendar, or mail list I see this error:
{
"error": {
"code": "OrganizationFromTenantGuidNotFound",
"message": "The tenant for tenant guid '<my tenant id is here>' does not exist.",
}
}
Edit: Ok, so I waited a bit and the problem is resolved now. I did not make any changes, tried making a request again and the error is now gone. It looks like Azure AD needed some time to setup.