Resend Invite Email

Resend an invite email to a specified person

Update a person

Patch/v2/people/{personId}/invite

Request

Use this request to resend an invitation email to a specified person. An invite can be resent multiple times but can only be accepted once. The email will be Equals Money branded unless you are a whitelabel customer. For customisation options, please contact your account manager.

Sample requestRequest structure
Copy
Copied
curl -i -X POST \
  'https://api.equalsmoney.com/v2/people/{personId}/invite?accountId=F50091' \
  -H 'Authorization: YOUR_API_KEY_HERE'
Copy
Copied
curl -i -X POST \
  'https://api.equalsmoney.com/v2/people/{personId}/invite?accountId=F50091' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Path parameters

Parameter Description
personId
string
required
The ID of the person that you want to update.

Allowable values:
An existing personId (<= 36 characters)

Query parameters

Parameter Description
accountId
string
required
The ID of the account to work with.

Allowable values:
An existing accountId

Response

If your request is successful, you'll receive a 200 response.

Sample responseResponse structure
Copy
Copied
{
  "success": true
}
Copy
Copied
{
  "success": boolean
}

For more detailed information about this request and its response, see the API reference.