Invitations
Resend an invitation
Resend an existing invitation.
If you are using a personal access token, you need to have an access level superior or equal to manager.
post/v1/invitations/{invitation_id}/resend
Path parameters
invitation_idinteger required
The id of the invitation to retrieve
Request body
object required
Response
Invitation sent
Example response
{
"detail": "Email sent"
}