Sonny Labs Docs
Error codes

invites.already_member

The accepting user is already a member of the target organisation.

invites.already_member is returned at HTTP 409.

When this fires

Returned when the accept-invite endpoint detects a row in auth.user_organisations for the (user, org) pair before the invite is bound.

What to do

No action needed — you are already in the org. The dashboard's settings → members page lists the orgs your account belongs to.

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