ABCDEFGHIJKLMNOPQRSTUVWXYZAAAB
1
SectionsFieldsCustomer System/FieldTypeField LengthField DefinitionField Values
2
3
general_dataentity_idstring128The unique identifier for an entity, as defined in your systemEx. "1a2b3c4d5e"required
4
entity_typeenumThe type of user in your system. Must be either user or business"user" or "business'"
5
entity_subtypestring128Extra information about how your organization classifies the entity. You MAY enter any valueEx. "Contractor"
6
statusstring128Status of the object on your system. You MAY enter any string value.Ex "Active"
7
registered_atintDate in seconds since 1 Jan 1970 00:00:00 UTC (i.e. in Unix time).Ex. "1623365011"
8
parents[ ].parent_entity_idstringThe unique identifier for an entity, which is the parent of the this entity in your system, as defined by you"userB-02cc742d-1e5c-4671-b2c2-728c47fea455\"
9
parents[ ].parent_entity_typeenumThe type of user the parent is within your system. Must be either user or business"user" or "business'"
10
tagsarray of strings[257]Additional information that can be used for grouping and filtering in "key:value" formatEx. "sector:Europe", "source:UK_internal"
11
12
user_data
(provided only for individuals, i.e. "entity_type='User")
first_namestring128First name of the userEx. "John"
13
middle_namestring128Middle name of the userEx. "Joseph"
14
last_namestring128Last name of the userEx. "Smith"
15
day_of_birthintDate of birth of the userEx. "23"
16
month_of_birthintMonth of birth of the userEx. "12"
17
year_of_birthintYear of birth of the userEx. "1990"
18
genderenumGender of the user"Male", "Female", "Other"
19
ssnstring64Social security number of "User", in the format of "xxx-xx-xxxx"Ex. "123-45-6789"
20
21
business_data
(provided only for corporations, i.e. "entity_type="Business")
business_namestring128The registered name of the businessEx. "Acme"
22
corporate_tax_idstring128The TIN/EIN of the businessEx. "111-222-3333"
23
account_holder_namestring128The name of the main person associated with the businessEx. "John Smith"
24
registered_statestring128State or region where the business is registered. For the U.S., use the two character state code. For non-U.S., use the ISO 3166-2 standardEx. "NY"
25
registered_countrystring128Country where the business is registered - use the ISO 3166-1 standardEx. "US"
26
doing_business_asstring512Operating name of businessEx. "Global Liquids"
27
websitestring128website of businessEx. "www.unit21.ai"
28
29
document_data (IDV)document_idstring128The ID or number of the documentEx. "G3352403F"
30
document_typestring128The type of document. Supported SARS types are: "drivers_license", "passport", "other", "alien_registration"Ex. "drivers_license"
31
statestring128For the U.S., use the two character state code. For non-U.S., use the ISO 3166-2 standardEx. "NY"
32
countrystring128Use the ISO 3166-1 standardEx. "US"
33
issued_atintDate when document was created, in seconds since 1 Jan 1970 00:00:00 UTC (i.e. in Unix time)1572673226
34
expires_atintDate when document expires, in seconds since 1 Jan 1970 00:00:00 UTC (i.e. in Unix time)1572673226
35
36
communication_dataemail_addressesarray of strings[128]List of Email addresses associated with the entity["jsmith47@company.com"]
37
phone_numbersarray of strings[128]List of phone numbers associated with the entity, in E.164 format. ["+14159627132"]
38
39
location_datatypestring24A field indicating the type of locationEx. "Shipping", "Billing"
40
building_numberstring24Building number of the locationEx. "66"
41
unit_numberstring24Flat/apartment/suite number of the buildingEx. "22A"
42
street_namestring128Street name of the locationEx. "California Avenue"
43
citystring128City of the locationEx. "Redmond"
44
statestring128State or region for the location. For the U.S., use the two character state code. For non-U.S., use the ISO 3166-2 standardEx. "CA"
45
postal_codestring128Postal code of the locationEx. "07710-0001"
46
countrystring2Country of the location - use the ISO 3166-1 standardEx. "US"
47
48
digital_data.ip_addressarray of objects
49
ip_addressstringList of IP addresses. MUST be in either IPv4 or IPv6 format. Used for geolocating.52.15.247.208
50
first_seenintDate in seconds since 1 Jan 1970 00:00:00 UTC (i.e. in Unix time)1572643225
51
last_seenintDate in seconds since 1 Jan 1970 00:00:00 UTC (i.e. in Unix time)1572673225
52
53
digital_data.client_fingerprintfingerprintstring1024Fingerprints associated with this entity"4908hsdfknkd90432nj3k2kj2jk23kj2k3jk2j3"
54
first_seenintDate in seconds since 1 Jan 1970 00:00:00 UTC (i.e. in Unix time)1572643226
55
last_seenintDate in seconds since 1 Jan 1970 00:00:00 UTC (i.e. in Unix time)1572673229
56
57
instrument_idsobjectarray of stringsInstrument id associated with this entity"123456789"
58
59
custom_data
(freeform JSON)
objectkey:value pairsAny additional information that should be associated with this entity
60
string:string, string, int, string:booleanEx. "Approved by": "John Doe", "Score": 3, "VIP":true
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100