Share via

Microsoft Exchange Error

Kretschmann, Kathryn G 0 Reputation points
2026-05-21T20:24:14.9266667+00:00

When trying to add a member to a Microsoft 365 group I get the error Response Content is Null

Exchange Online
Exchange Online

A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.


2 answers

Sort by: Most helpful
  1. Hin-V 15,410 Reputation points Microsoft External Staff Moderator
    2026-05-21T21:19:49.53+00:00

    Hi @Kretschmann, Kathryn G

    Thank you for sharing your concerns. 

    To ensure I fully understand your situation and provide the most effective assistance, I’ll need a few additional details, such as:  

    Does this issue occur with one specific group or multiple groups? 

    Are you able to add other users successfully to the same group? 

    If possible, could you share a screenshot of the error from your side? 

    Please make sure to remove or mask any sensitive or confidential information before sharing. As this is a public forum, I recommend sending the screenshot via private message instead. I have already reached out to you through private message in this thread, please check and reply there with the link using the same account. 

    User's image

    In the meantime, you could try performing the action using an InPrivate/Incognito browser session to rule out any browser-related issues. 

    Any update would be appreciated.

    Please understand that our initial reply may not always immediately resolve the issue. However, with your help and more detailed information, we can work together to find a solution. 


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


  2. AI answer

    2026-05-21T20:24:25.67+00:00

    The error “Response Content is Null” when adding a member to a Microsoft 365 group typically indicates that the underlying add-member operation failed and returned no usable payload. From the provided context, the most relevant supported cause is when the target group cannot be managed by the API or method being used.

    When adding members via Microsoft Graph or tools that rely on it, the operation fails with a 403/empty response if the group type is unsupported. Microsoft Graph supports only Microsoft 365 groups and security groups. If the group is a different type (for example, a mail-enabled security group not supported in that path, or another non–Microsoft 365 group type), the add-member call cannot be completed and may surface as a generic or null-content error in the client.

    To troubleshoot within the supported guidance:

    1. Verify the group type
      • Confirm that the target object is a Microsoft 365 group (Unified group) or a security group.
      • If it is not one of these supported types, create or use a Microsoft 365 group or security group instead and add the member there.
    2. If using Microsoft Graph or a Graph-based tool
      • Ensure the group is a Microsoft 365 or security group.
      • If the group is of a supported type and the error persists, check that the account performing the operation has sufficient permissions to manage group membership.
    3. If the member is a guest user and the add fails
      • If adding a guest to a Microsoft 365 group fails with a generic error, check whether that guest already exists as a user object in Microsoft Entra ID. If so, follow one of the documented workarounds (for example, removing or relocating the on-premises user object so the guest can be added correctly).

    If the group is confirmed to be a Microsoft 365 group and the member is valid, but the client still reports “Response Content is Null,” use Exchange admin tools or the Microsoft 365 admin center to add the member directly to the group as a test. If that succeeds, the issue is likely with the specific client or API wrapper surfacing the null response rather than with Exchange Online itself.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.