Skip to main content
POST
Create multiple new person properties

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Maximum array length: 10
name
string
required

The name of the property

Example:

"Company Size"

propertyType
enum<string>
required

The type of the property

Available options:
STRING,
NUMBER,
DATETIME,
BOOLEAN,
SINGLE_SELECT,
MULTI_SELECT,
LOCATION
Example:

"SINGLE_SELECT"

propertyOptions
object[]

Options for a SINGLE_SELECT or MULTI_SELECT property. Errors if passed for other property types

Maximum array length: 100
Example:
isUnique
boolean

Whether the property is unique across all people. Maximum of 10 across a workspace

Example:

false

isPHI
boolean

Whether the property is PHI (Protected health information)

Example:

false

isPII
boolean

Whether the property is PII (Personally Identifiable Information)

Example:

false

description
string

The description of the property

Example:

"A description of the property"

Response

The created person properties

results
object[]
required

The person properties that were created

errors
object[]
required

The properties that failed to create