> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update the person's picture

> How to update the person's picture with the REST API.

```javascript theme={null}
id = 123;
content = ReadAllBytes("BillGates.jpg")
Put("api/v1/Person/" + id + "/image", content)
```

This will create or replace the person's image.


## Related topics

- [Display a person's picture](/en/api/web-services/howto/contact/get-person-image-rest.md)
- [Contact (person)](/en/contact/dev/index.md)
- [Update contact person](/en/developer-portal/faq/update-contact-person.md)
- [Get Need Category Update For Person](/en/api/reference/restful/agent/list_agent/get-need-category-update-for-person.md)
- [Put Picture Folder Entity](/en/api/reference/restful/rest/picturefolder/put-picture-folder-entity.md)
- [Save Picture Folder Entity](/en/api/reference/restful/agent/list_agent/save-picture-folder-entity.md)
