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

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

Hierarchy

Properties

anonymousId?: string

Indicates the anonymous session during which the resource was created.

clientId?: string

id of the APIClient which created the resource.

Indicates the Customer who created 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