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
- 200
- 204
- 400
- 401
- 403
- 404
Example response for status 200
Example response for status 204
Example response for status 400
Example response for status 401
Example response for status 403
Example response for status 404