improved

September 11th 2025

Improved

Attributes

Expanded support for user attributes to include new guardian-related fields. These additions allow capturing consent and identification details for guardians where applicable.

  • The following attribute types are now available:

    • GuardianFullName – Full legal name of the guardian.
    • GuardianGovIDType – Type of government-issued ID held by the guardian (e.g., Passport, National ID).
    • GuardianGovIDNumber – The corresponding government ID number for the guardian.
    • GuardianConsent – Consent confirmation from the guardian.
  • Example schemas and request/response bodies have been updated to demonstrate these new attribute types.

  • Backward compatible: existing clients that do not reference these new types remain unaffected. Clients needing to support guardians can now use these attributes directly.

Note: No changes have been made to request semantics. These types behave consistently with existing attribute types in validation and storage.