auth.invite_email_mismatch
The invite email does not match the currently authenticated session email.
auth.invite_email_mismatch is returned when the user tries to accept a workspace invitation while logged in with a different email than the one the invite was sent to. Invites are email-bound and cannot be accepted by a different identity.
The authenticated session belongs to a different email address than the invitation recipient. This commonly occurs when a user has multiple accounts or signed in with the wrong method before clicking the invite link.
Sign out and sign in with the email address that received the invitation, then retry the invite acceptance.
{
"error": {
"code": "auth.invite_email_mismatch",
"message": "invite email does not match session email",
"request_id": "req_01900000abc"
}
}