Accepts the invitation and adds the authenticated user as a member of the organization. The authenticated user’s verified email must match the invitation email (case-insensitive). Returns PERMISSION_DENIED if emails don’t match, FAILED_PRECONDITION if the user is already a member, or NOT_FOUND if the invitation is invalid/expired.
Bearer authentication header of the form Bearer
Organization the invitation belongs to (for validation). Pattern: org_[0-9a-hjkmnp-tv-z]{26}
^org_[0-9a-hjkmnp-tv-z]{26}$AcceptOrganizationInviteRequest contains the token to accept an invitation.
The invitation token from the email link.
128Success
AcceptOrganizationInviteResponse contains the organization the user joined.
The organization the user is now a member of.