Skip to main content
PATCH
Perform batch operations on a person's fields

Authorizations

Authorization
string
header
required

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

Path Parameters

personId
integer<int64>
required

Person ID

Required range: 1 <= x <= 9007199254740991

Body

application/json

Update multiple field values.

operation
string
required
Allowed value: "update-fields"
updates
fields.FieldUpdate · object[]
required
Maximum array length: 100

Response

OK

The response body for a single operation within a person batch request.

operation
enum<string>

The type of batch operation that was performed on the person.

Available options:
update-fields