Update Business Invite
PATCH/public-api/v1/kyb/invites/:inviteId
Updates an existing business invite — name, email, phone, primary contact, group assignments, add-ons, or attachments.
Use cases:
- Correct a typo on an outstanding invite before the invitee accepts.
- Reassign the invitee to a different business group or compliance add-on set.
- Adjust attachments or required documents.
Notes:
- Only the fields you send are updated; omitted fields are left unchanged.
- Updating an invite does not re-send the notification. Use POST /invites/:inviteId/resend for that.
Next step:
- Verify with GET /invites/:inviteId.
Request
Responses
- 200
- 201
- 401
- 500
Business Invite Sent Successfully
Unauthorized – Invalid or missing token.
Internal Server Error