Skip to main content
POST
/
profile
/
{profileId}
/
resend-invite
Send a new magic link email invite to an existing profile
curl --request POST \
  --url https://vanguard.profilebehavior.com/api/v4/profile/{profileId}/resend-invite \
  --header 'Authorization: Bearer <token>'
{
  "code": 400,
  "error": {
    "message": "Invalid request body",
    "timestamp": "2025-01-01T09:42:52.329056-05:00"
  },
  "status": "error"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Success