MATTR VII Management API Events Registry - v1.37.0
    Preparing search index...

    ADMIN_USER_ENVIRONMENT_RETRIEVE_LIST_START

    interface AdminUserEnvironmentRetrieveListStartEventSanitised {
        category: "admin-user-environment";
        data: { cursor: string | undefined; limit: number; userId: string };
        id: string;
        requestId: string;
        requestIp: string | undefined;
        timestamp: number;
        type: "ADMIN_USER_ENVIRONMENT_RETRIEVE_LIST_START";
        userAgent: string | undefined;
        userId: string;
        version: "1";
    }
    Index
    category: "admin-user-environment"
    data: { cursor: string | undefined; limit: number; userId: string }
    id: string
    requestId: string
    requestIp: string | undefined
    timestamp: number
    type: "ADMIN_USER_ENVIRONMENT_RETRIEVE_LIST_START"
    userAgent: string | undefined
    userId: string
    version: "1"