People
Resend Invite Email
Resends an invite email to the specified person. The invite can be resent multiple times but can only be accepted once.
post/people/{personId}/invite
Path parameters
personIdstring uuid required
The ID of the person to work with.
Example:775596ae-2624-40af-a9dc-9756110a4a04
Query parameters
accountIdstring required
The ID of the account to work with.
Example:F50091
Request body
object required
Example request
{}Response
OK
Example response
{
"success": true
}