Preparing search index...

    User property information

    type UserPropertyType = {
        displayName: string;
        id: number;
        name: string;
        readOnly: boolean;
        required: boolean;
        value: any;
    }
    Index

    Properties

    displayName: string
    id: number
    name: string
    readOnly: boolean
    required: boolean
    value: any