Skip to main content

Put person field value

PUT 

/orgs/:org_id/people/:person_id/fields/:field_id

Set or update the value of field field_id (ID or slug) for this person.

The request body will be parsed as JSON and assigned to the field. This means that the content can be anything allowed in JSON, including objects and lists (if the type of the field is json).

A null/empty value will unset the field for this person. This is similar to DELETE, but will not return 404 if the value is not already set.

Request

Responses

Example response for status 200