Identifiers
ODP Node SDK / Zaius / Identifiers
Identifiers
A set of identifiers that uniquely identify a user.
Indexable
[field
: string
]: string
| undefined
Index
Properties
Properties
email?
string
The user's email if known
Defined in: src/Api/Types/Identifiers.ts:8
vuid?
string
Zaius's globally unique identifier generated by SDKs such as the Javascript SDK.
Only use if you are forwarding a VUID generated by Zaius.
Defined in: src/Api/Types/Identifiers.ts:13
Updated 9 months ago