Resend Invite Email

Resends an invite email to the specified person. The invite can be resent multiple times but can only be accepted once.

SecurityCommonAuth
Request
path Parameters
personId
required
string <uuid> (personId) <= 36 characters

The ID of the person to work with.

Example: 8e214819-5c83-429f-a976-eb127a0a8a88
query Parameters
accountId
required
string (accountId)

The ID of the account to work with.

Example: accountId=F50091
Responses
200

OK

400

Bad request

401

Unauthorised

403

Forbidden

404

Not found

405

Method not allowed

415

Unsupported media type

421

Misdirected request

422

Unprocessable content

423

Locked

500

Internal server error

post/people/{personId}/invite
Request samples
Response samples
application/json
{
  • "success": true
}