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 \
-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","additionalProperty1":"string","additionalProperty2":"string"}'
Request examples
{
"code": "string",
"link": "string",
"additionalProperty1": "string",
"additionalProperty2": "string"
}