# Resend invitation message **POST /api/organization-invitations/{id}/message** Resend the invitation message to the invitee. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - OAuth2 ## Parameters ### Path parameters - **id** (string) The unique identifier of the organization invitation. ### Body: application/json (object) The message payload for the "OrganizationInvitation" template to use when sending the invitation via email. - **code** (string) - **link** (string) - **Additional properties** () - **key** (string) ## Responses ### 204 The invitation message was resent successfully. ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)