Person Properties
Create multiple new person properties
POST
/
properties
/
import
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json · object[]
The name of the property
The type of the property
Available options:
STRING
, NUMBER
, DATETIME
, BOOLEAN
, SINGLE_SELECT
, MULTI_SELECT
, LOCATION
Options for a SINGLE_SELECT
or MULTI_SELECT
property. Errors if passed for other property types
Whether the property is unique across all people. Maximum of 10 across a workspace
Whether the property is PHI (Protected health information)
Whether the property is PII (Personally Identifiable Information)