Re-send user invitation
Allows admins to re-send an invitation to a user with a new link to set their password.
POST
/api/users/{id}/resend_invitation
curl \
--request POST 'http://localhost:4000/api/users/{id}/resend_invitation' \
--header "Authorization: $API_KEY"
Response examples (401)
{
"error": "Error Reason"
}
Response examples (403)
{
"error": "Error Reason"
}
Response examples (404)
{
"error": "Error Reason"
}