---
title: "Add person picture"
method: POST
path: "/persons/{id}/picture"
tags: ["Persons"]
---

# Add person picture

`POST /persons/{id}/picture`

Adds a picture to a person. If a picture is already set, the old picture will be replaced. Added image (or the cropping parameters supplied with the request) should have an equal width and height and should be at least 128 pixels. GIF, JPG and PNG are accepted. All added images will be resized to 128 and 512 pixel wide squares.

## Path parameters

- `id` integer, required

## Response `200`

Success

- object
  - `success` boolean — If the response is successful or not
  - `data` object — The picture that is associated with the item
    - `PICTURE_ID` object — The ID of the picture
      - `id` integer — The ID of the picture associated with the item
      - `item_type` string — The type of item the picture is related to
      - `item_id` integer — The ID of related item
      - `active_flag` boolean — Whether the associated picture is active or not
      - `add_time` string — The add time of the picture
      - `update_time` string — The update time of the picture
      - `added_by_user_id` integer — The ID of the user who added the picture
      - `pictures` object
        - `128` string — The URL of the 128*128 picture
        - `512` string — The URL of the 512*512 picture

---

[API](https://skmtc.net/pipedrive/apis/pipedrive-api-v1.md) · [All operations](https://skmtc.net/pipedrive/apis/pipedrive-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipedrive/pipedrive-api-v1/revisions/bf863a979545/schema)
