Identity
Last updated
Last updated
An Identity is our internal representation of one of your users, unique by primary key or user ID.
account
string DFend account ID related to this identity.
identifiers
object An object containing a map of pluralized .
userIds
string[] An array of the user's primary keys or unique IDs in connected systems.
names
string[] An array of names from connected systems.
emails
string[] An array of email addresses from connected systems.
phones
string[] An array of phone numbers in from connected systems.
ips
IP[] An array of with fields.
devices
Device[] An array of with fields.
locations
Location[] An array of with fields.
vpns
VPN[] An array of with fields.
carriers
Carrier[] An array of with fields.
tor
Tor A object with fields.
metadata
object A custom metadata object that was provided when you created this Identity.
time
number A Unix timestamp (ms) representing the original time of the this Identity was created from, if it was created on the fly.
optedIn
boolean Whether the user has opted into DFend.
optedOut
boolean Whether the user has opted out of DFend.
contactName
string The name the user provided when they opted into DFend.
contactEmail
string The email address the user provided when they opted into DFend.
contactPhone
string The phone number the user provided when they opted into DFend.