v1
latestOpenAPI 3.0.02026-07-14198572488.4 KBAccount Users
Re-send invite email to User
Sends a new invite should the User not have accepted previously before the invite expired or if they never got the email (Invalidates any previous invites)
post/v1/users/{user_id}/reinvite
Path parameters
user_idstring uuid required
Response
OK
Example response
{
"success": true,
"errors": [],
"messages": [],
"result": {
"success": true
}
}