Workflows ReferenceType Definitions
UnlinkIdentityOptions
type UnlinkIdentityOptions = {
id: string;
source: WorkflowUserIdentifier;
target: WorkflowUserIdentifier;
};Options for removing an existing identity link.
Properties
id
id: string;The unique identifier of the link to remove.
source
source: WorkflowUserIdentifier;The source user identity of the link.
target
target: WorkflowUserIdentifier;The target user identity of the link.