v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Account 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

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable

Example response

{
  "success": true,
  "errors": [],
  "messages": [],
  "result": {
    "success": true
  }
}