Unable to Invite Any Member to ChatGPT Business Workspace – API Returns 200 but No Invite Is Created

Hello OpenAI Community,

I am facing a critical issue with my ChatGPT Business workspace. For more than 24 hours, I have been unable to invite any new members, even though my subscription and billing are active and seats are available.

Every invitation fails immediately with this message:

Unable to invite user due to an error.

The failed invitation does not appear under Workspace Settings → Members → Invites/Pending Invites.

Workspace and billing status

  • ChatGPT Business subscription is active.
  • Total seats: 4
  • Seats currently in use: 2
  • Available seats: 2
  • Recent invoices show Paid.
  • A valid payment method is available.
  • I have Owner/Admin access to the workspace.

What I have already tested

I have tried all of the following:

  • Inviting a single member manually.
  • Inviting multiple members through CSV.
  • Trying multiple different email addresses.
  • Using the Member role.
  • Using CSV with an explicit ChatGPT seat type.
  • Using CSV with a Codex seat type.
  • Chrome normal mode and Incognito mode.
  • Another browser.
  • VPN and proxy disabled.
  • Different internet/network connection.
  • Confirmed SSO is not enforced.
  • Confirmed SCIM is not enabled.
  • Confirmed external-domain invitations are allowed.
  • Confirmed there are no pending invitations for the affected email addresses.

The issue occurs with every email address I try.

CSV formats tested

I tested the standard format:

email,role
user @ example .com,member

I also tested an explicit seat type:

email,role,seat type
user@ example. com,member,ChatGPT

The CSV is accepted and processed, but every member is shown as failed.

Network/API details

I captured the invitation request through Chrome DevTools.

Request method:


POST

Status code:


200 OK

Sanitized request payload:


{
  "email_addresses": [
    "user @ example .com"
  ],
  "resend_emails": true,
  "role": "standard-user",
  "seat_type": "default"
}

Response body:


{
  "account_invites": [],
  "errored_emails": [
    {
      "email_address": "user @ example.com",
      "error": "Unable to invite user due to an error."
    }
  ]
}

The request technically returns HTTP 200 OK, but the application-level response contains an empty account_invites array and places the email inside errored_emails.

This means the request reaches the backend, but the invitation is not created.

Additional request information

  • x-oai-request-id: 9c5cf2a1-d6b2-49ab-98df-45b70653a3fa
  • CF-Ray: a1d0b85b1f2bf2d3-KHI
  • Timestamp: 18 July 2026, approximately 3:14 PM PKT (UTC+5)
  • Platform: ChatGPT Web
  • Operating system: Windows
  • Browser: Google Chrome

Support status

I have already contacted OpenAI Support and provided the billing details, screenshots, request payload, response body, request ID and timestamp. The issue has been escalated to a support specialist, but I urgently need a workaround because my business operations are currently blocked.

Has anyone experienced the same issue recently?

Specifically:

  1. Was this caused by a workspace-level restriction or backend account state?
  2. Did OpenAI Support need to reset or repair the workspace invitation configuration?
  3. Is there any temporary workaround to add members while the support case is under investigation?
  4. Could a usage-credit limit incorrectly affect standard Business member invitations, even when paid seats are available?

Any guidance from the community or OpenAI team would be greatly appreciated.

Thank you.

Note: I have intentionally removed authorization tokens, cookies, session details and the workspace account ID from this post for security.

Welcome to the dev Community, @Syed_Wajid_Hussain

Thanks for providing such a detailed write-up and for including the troubleshooting you've already completed.

From what you've shared, it looks like the invitation request is reaching the backend successfully (HTTP 200), but the backend is returning the email under errored_emails instead of creating the invitation. Since you've already ruled out common configuration issues like SSO, SCIM, seat availability, pending invites, browser/network issues, and billing, this appears to require investigation from our Support team.

Just to confirm, are you sending the invitations from Workspace Settings - Members, and do the invitations appear under the Invites or Requests tab after you send them?

Also, could you please share your support ticket number here? I'll take a look at the case and help track the investigation from my side.

~ Smith

Hi Smith,

Thank you for reviewing my Community post and offering to help track the investigation.

Yes, I am sending invitations directly from:

Workspace Settings → Members → Invite member

I have tested both manual invitations and CSV imports. Every invitation fails immediately with the following error:

“Unable to invite user due to an error.”

After the failure, no invitation appears under:

Invites

Pending Invites

Pending Requests

I have tested multiple email addresses, but the same error occurs every time.

My ChatGPT Business subscription is active, billing is paid, and the workspace currently has 4 total seats, with only 2 seats in use. I have also confirmed that SSO and SCIM are not enforced and external-domain invitations are enabled.

OpenAI Support has confirmed that the invitation request is reaching the service successfully but appears to be failing during backend processing.

I have already provided Support with:

  1. Workspace and billing details

  2. Screenshots of the invitation error

  3. Members and Pending Invites pages

  4. Sanitized API request and response

  5. Request ID and timestamp

  6. Sanitized HAR file

  7. Browser and operating-system details

My OpenAI Support ticket number is: Case #11689542

The support case has been escalated to a technical specialist, but the issue remains unresolved. This is urgent and business-critical because I am unable to add members to my paid Business workspace, and my active work is currently blocked.

I would greatly appreciate your help in tracking this case and prioritizing the backend investigation. Please let me know if you require any additional information from my side.

Best regards,

Syed Wajid Hussain

Workspace Owner

Syed Wajid Hussain’s Workspace

Hi @Syed_Wajid_Hussain

I've sent you a message through the support case and will continue working with you there.

To avoid duplicate communication, all further updates will take place through the support ticket. I'll go ahead and close this community thread.

~ Smith