The projection API can exclude full_name, gender, etc.For details, refer to this link.
{
    "webhook_trigger": "updated",
    "submission_id": "string",
    "duplicated_information": "string",
    "email": "string",
    "data": {
        "update": [
            "kycStatus",
            "idType",
            "issuingCountry",
            "fullName",
            "gender",
            "nationality",
            "birthDate",
            "identityNumber",
            "issueDate",
            "expireDate",
            "documentNumber",
            "serialNumber",
            "privacyShield",
            "curpNumber",
            "version",
            "typeOfPermit"
        ],
        "kyc_result": "string",
        "pending_at": "string",
        "reviewer": "string"
    },
    "admin": "string",
    "update_time": "string",
    "age_group": "string",
    "gender": "string",
    "date_of_birth": "string",
    "nationality": "string",
    "userid": "string",
    "tokenId": "string"
}
webhook_trigger
string
Webhook event type - updated indicates that user information has been updated.
submission_id
string
Unique identifier for each KYC submission.
duplicated_information
string
A unique ID is generated based on name, date of birth, gender, and nationality for duplicate checks. (*Always generated when all four criteria are provided.)
email
string
Email address of the KYC submitter.
data
object
An object containing the updated user data.
admin
string
Email of the administrator who performed the update via the dashboard.
update_time
string
Timestamp of the update (UTC+0, ISO 8601 format).
age_group
string
Age category of the submitter: minor: 13 years and under, early-teen: 14–15 years, teen: 16–17 years, adult: 18 years and older.
gender
string
Gender of the submitter (“male” or “female”).
date_of_birth
string
Submitter’s date of birth (YYYY-MM-DD format).
nationality
string
Submitter’s nationality (ISO 3166-1 alpha-3 country code).
userid
string
Unique identifier for the KYC submitter as defined by the client.
tokenId
string
Token ID used for submissions in private mode live forms.
ssnNumber
string
Social Security Number.
* for applying the lowerCamelCase convention to the written Number once more.