Present on resources modified after 1 February 2019 except for events not tracked.

interface LastModifiedBy {
    anonymousId?: string;
    clientId?: string;
    customer?: CustomerReference;
    externalUserId?: string;
}

Hierarchy

Properties

anonymousId?: string

Indicates the anonymous session during which the resource was modified.

clientId?: string

id of the APIClient which modified the resource.

Indicates the Customer who modified the resource using a token from the password flow.

externalUserId?: string

External user ID provided by X-External-User-ID HTTP Header.

Generated using TypeDoc