v50

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-1759238438.1 KB
Invites

Resend an invitation email

Resend an invitation email to the recipient. Useful if the original email was lost or expired. Requires permission to invite organization members.

post/v1beta/organizations/{organization_id}/invites/{invite_id}/resend

Path parameters

organization_idstring required

Organization the invitation belongs to. Pattern: org_[0-9a-hjkmnp-tv-z]{26}

Organization the invitation belongs to. Pattern: org_[0-9a-hjkmnp-tv-z]{26}

invite_idstring required

Invitation ID to resend. Pattern: inv_[0-9a-hjkmnp-tv-z]{26}

Invitation ID to resend. Pattern: inv_[0-9a-hjkmnp-tv-z]{26}

Request body

object required

ResendOrganizationInviteRequest identifies an invitation to resend.

Response

Success

Example response

{
  "invite": {
    "accepted_by": {
      "id": "user_01h2xcejqtf2nbrexx3vqjhp41"
    },
    "email": "dwight@dundermifflin.com",
    "id": "inv_01h2xcejqtf2nbrexx3vqjhp41",
    "organization_id": "org_01h2xcejqtf2nbrexx3vqjhp41",
    "sender": {
      "id": "user_01h2xcejqtf2nbrexx3vqjhp41"
    }
  }
}