/v1/accounts/{account}/persons/{person}Update a person
Updates an existing person associated with an account's legal entity. Identify the relationship with account and person, then submit only the person details you want to change. Use nested address, date-of-birth, document, relationship, and verification structures according to their defined schemas.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
Optional form data containing the person fields to update.
account and person must identify the person to update, and each value must not exceed 5000 characters. String fields with maximum lengths, including first_name, email, and id_number, must remain within those limits; dob must be a complete date object or the allowed empty string. address.city must not exceed 100 characters, while address.line1 and address.line2 must not exceed 200 characters.