Resend invitation message
Resend the invitation message to the invitee.
Path parameters
-
The unique identifier of the organization invitation.
POST
/api/organization-invitations/{id}/message
curl \
--request POST https://[tenant_id].logto.app/api/organization-invitations/{id}/message \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"code":"string","link":"string","additionalProperty1":"string","additionalProperty2":"string"}'
Request examples
{
"code": "string",
"link": "string",
"additionalProperty1": "string",
"additionalProperty2": "string"
}