# 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 - O auth2 ## Parameters #### Path parameters - **id** (string) The unique identifier of the organization invitation. ## Body parameters Content-type: application/json The message payload for the "OrganizationInvitation" template to use when sending the invitation via email. - **code** (string) - **link** (string) - **locale** (string) - **uiLocales** (string) ## Responses ### 204: The invitation message was resent successfully. ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden [Powered by Bump.sh](https://bump.sh)