@cfxlabsinc/b2b-services
    Preparing search index...
    type UserMetadata = {
        canCreateOrgs: boolean;
        createdAt: number;
        email: string;
        emailConfirmed: boolean;
        enabled: boolean;
        firstName?: string;
        hasPassword: boolean;
        lastActiveAt: number;
        lastName?: string;
        legacyUserId?: string;
        locked: boolean;
        mfaEnabled: boolean;
        orgIdToOrgInfo?: OrgIdToOrgMemberInfo;
        pictureUrl?: string;
        properties?: Record<string, unknown>;
        userId: string;
        username?: string;
    }
    Index
    canCreateOrgs: boolean
    createdAt: number
    email: string
    emailConfirmed: boolean
    enabled: boolean
    firstName?: string
    hasPassword: boolean
    lastActiveAt: number
    lastName?: string
    legacyUserId?: string
    locked: boolean
    mfaEnabled: boolean
    orgIdToOrgInfo?: OrgIdToOrgMemberInfo

    Populated only when the request passes includeOrgs.

    pictureUrl?: string
    properties?: Record<string, unknown>
    userId: string
    username?: string