cURL
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" }
Sends a new invite to the email associated with the provided profile ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Was this page helpful?