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

User property information