PUT
/
properties
/
{propertyId}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

propertyId
string
required

Body

application/json

Input object for editing a person property. Pass all property options except ones that will be deleted

name
string

The name of the property

propertyOptions
object[]

Options for a SINGLE_SELECT or MULTI_SELECT property. Will error if passed and the type does not support them. Property options that are not included in this object will be deleted.

isPHI
boolean

Whether the property is PHI (Protected health information)

isPII
boolean

Whether the property is PII (Personally Identifiable Information)

Response

200 - application/json

An individual person property

propertyId
string
required

The unique identifier of the property

name
string
required

The name of the property

propertyType
enum<string>
required

The type of the property

Available options:
STRING,
NUMBER,
DATETIME,
BOOLEAN,
SINGLE_SELECT,
MULTI_SELECT,
LOCATION
propertyOptions
object[]
required
isUnique
boolean
required

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

isPHI
boolean
required

Whether the property is PHI (Protected health information)

isPII
boolean
required

Whether the property is PII (Personally Identifiable Information)