MonetizationOS Docs
Workflows ReferenceType Definitions

IdentityLinkWorkflowData

type IdentityLinkWorkflowData = IdentityLinkDataSharing & {
  createdAtMillis: number;
  crossBrand?: boolean;
  id: string;
  metadata: Record<string, string>;
  source: WorkflowUserIdentifier;
  target: WorkflowUserIdentifier;
  type: IdentityLinkType;
};

Represents the data for an established identity link between two users.

Type Declaration

createdAtMillis

createdAtMillis: number;

crossBrand?

optional crossBrand: boolean;

id

id: string;

metadata

metadata: Record<string, string>;

source

source: WorkflowUserIdentifier;

target

target: WorkflowUserIdentifier;

type

type: IdentityLinkType;