Hello Microsoft Support,
Tenant ID: <PII REMOVED>
We are experiencing a critical issue with our Azure AD tenant. All guest invitations are now failing with the following error from the Graph API:
Invitations are blocked for this directory due to suspicious activity. Please contact Microsoft support for help.
Context of Issue: I am the Global Administrator for this tenant. It's an external tenant, not our corporate tenant. While developing an external application, we were inviting external users as part of the development process, and started to receive a message that invitations were suspended due to suspicious activity. Some of the user accounts being tested were real, others were fake to test for pattern matching, and other error handling, as well as not wanting to spam legitimate email addresses.
Eventually, after several days of successful development, errors started happening:
"error" : {
"code" : "Forbidden", "message" : "Invitations are blocked for this directory due to suspicious activity. Please contact Microsoft support for help.",
"innerError" : {
``` "request-id" : "<PII REMOVED>",
"date" : "2026-03-13T03:45:49",
"client-request-id" : "<PII REMOVED>" }
}
**Impact:**
- We can no longer invite any new guests, which has halted our ability to test and develop
- This is impacting our deliverables and forcing a costly delay to the product
- In the future, we will be bulk uploading potentially 100's to 1000's of external users so these invitations must be allowed
**Request:**
- Please review and remove the "suspicious activity" block on our directory's invitation capability.
- Please confirm any guidelines or best practices to avoid hitting this block in the future.