Resend invitation message
Resend the invitation message to the invitee.
Path parameters
-
The unique identifier of the organization invitation.
Body Required
The message payload for the "OrganizationInvitation" template to use when sending the invitation via email.
POST /api/organization-invitations/{id}/message
curl \
-X POST https://[tenant_id].logto.app/api/organization-invitations/{id}/message \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"code":"string","link":"string","key":"string"}'
Request examples
{
"code": "string",
"link": "string",
"key": "string"
}