Dev Guide
Dev GuideUser GuideGitHubNuGetDevCommunitySubmit a ticketLog In
GitHubNuGetDevCommunitySubmit a ticket

IdentifierMetadata

ODP Node SDK / Zaius / IdentifierMetadata

IdentifierMetadata

Custom metadata that can be added to any identifier.
Do not include fields you do not want to update.

Index

Properties

Properties

identifier_field_name

string

The name of the identifier field you want to update, e.g., email

Defined in: src/Api/Types/Identifiers.ts:28

identifier_value

string

An existing identifier value, such as a known email address

Defined in: src/Api/Types/Identifiers.ts:32

metadata

object

The metadata to update

Index signature

[field: string]: string | number | boolean | null

Type declaration

Defined in: src/Api/Types/Identifiers.ts:36