interface UserProperty {
    Links?: GenericLinks;
    createdDate: string;
    id: string;
    key: string;
    lastModifiedDate: string;
    value: {};
}

Properties

Links?: GenericLinks
createdDate: string

Datetime when the property was created such as 2022-01-01T12:00:00.111Z

id: string

A unique identifier for the user property

key: string
lastModifiedDate: string

Datetime when the property was last modified such as 2022-02-01T12:00:00.111Z

value: {}

The value of the content property.

Type declaration

    Generated using TypeDoc v0.25.12