GuardianConsentRequest

  • id
    Type: string Format: uuid
    required

    UUID of the parent/guardian to request consent from.

  • correctedFirstName
    Type: string
    min length:  
    1
    Pattern: \S

    Corrected legal first name for the guardian. Must be supplied together with correctedLastName (both-or-neither); supplying only one field rejects the whole request with 400. When the corrected name differs from the guardian's stored name, it is written back to the system of record before the envelope is generated; any live pending envelope for that guardian is voided and a new one is issued and emailed, so the guardian must use the newest signing link. An identical name is a no-op.

  • correctedLastName
    Type: string
    min length:  
    1
    Pattern: \S

    Corrected legal last name for the guardian. Must be supplied together with correctedFirstName (both-or-neither); supplying only one field rejects the whole request with 400.