Identity
An Identity is our internal representation of one of your users, unique by primary key or user ID.
Attributes
accountstring DFend account ID related to this identity.identifiersobject An object containing a map of pluralized Identifiers.userIdsstring[] An array of the user's primary keys or unique IDs in connected systems.namesstring[] An array of names from connected systems.emailsstring[] An array of email addresses from connected systems.phonesstring[] An array of phone numbers in E. 164 format from connected systems.
ipsIP[] An array of IPs with Approvable fields.devicesDevice[] An array of Devices with Approvable fields.locationsLocation[] An array of Locations with Approvable fields.vpnsVPN[] An array of VPNs with Approvable fields.carriersCarrier[] An array of Carriers with Approvable fields.torTor A Tor object with Approvable fields.metadataobject A custom metadata object that was provided when you created this Identity.timenumber A Unix timestamp (ms) representing the original time of the Signal this Identity was created from, if it was created on the fly.optedInboolean Whether the user has opted into DFend.optedOutboolean Whether the user has opted out of DFend.contactNamestring The name the user provided when they opted into DFend.contactEmailstring The email address the user provided when they opted into DFend.contactPhonestring The E. 164 format phone number the user provided when they opted into DFend.
Last updated