MATTR VII Platform API Events Registry - v12.23.0
    Preparing search index...

    ECOSYSTEM_VALIDATE_PARTICIPANT_START

    interface EcosystemValidateParticipantStartEventSanitised {
        category: "ecosystem";
        clientId: string | undefined;
        data: {
            docType: string | undefined;
            identifier: string | undefined;
            profile: string;
            role: string;
            subjectKeyIdentifierHex: string | undefined;
            type: string | undefined;
        };
        id: string;
        managementUserId: string
        | undefined;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "ECOSYSTEM_VALIDATE_PARTICIPANT_START";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "ecosystem"
    clientId: string | undefined
    data: {
        docType: string | undefined;
        identifier: string | undefined;
        profile: string;
        role: string;
        subjectKeyIdentifierHex: string | undefined;
        type: string | undefined;
    }
    id: string
    managementUserId: string | undefined
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "ECOSYSTEM_VALIDATE_PARTICIPANT_START"
    userAgent: string | undefined
    version: "1"