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> <= 36 characters

The ID of the person to work with.

Example: 775596ae-2624-40af-a9dc-9756110a4a04
query Parameters
accountId
required
string

The ID of the account to work with.

Example: accountId=F50091
Request Body schema: application/json

Body

property name*
additional property
any
Responses
200

OK

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