interface GetUserProperty {
    key: string;
    userId: string;
}

Properties

Properties

key: string

The key of the user property.

userId: string

The account ID of the user to be queried for its properties.

Generated using TypeDoc v0.25.12