Coworkers

POST /coworkers/invitations/{id}/resend

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

  • message string
{
    "message": "This is the message"
}