Sonny Labs Docs
Error codes

invites.email_mismatch

The accepting user's email does not match the email the invite was issued for.

invites.email_mismatch is returned at HTTP 403.

When this fires

Invites pin to the email address the admin entered when creating them. Accepting from a different account is rejected to prevent invite hijacking. Forwarded invite emails commonly trigger this.

What to do

Sign in as the user the invite was issued for, or ask the admin to re-issue the invite to the email you actually use.

See also

  • SDK reference — the Python and TypeScript SDKs raise typed exceptions for codes in this namespace.
  • Error code index — every code the runtime can return.

On this page