Resend an invitation email. Requires users.invite permission.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
string | yes | The unique identifier of the record |
Responses
| Status | Description |
|---|---|
| 200 | The invitation was resent successfully |
| 403 | The requesting user lacks appropriate permissions |
| 404 | The invitation was not found |
Response 200 body
messagestring
{
"message": "This is the message"
}