> ## 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.

# Display a person's picture

> How to display a person's picture using REST API.

```html theme={null}
<p>Person:
  <img src="/api/v1/Person/{{id}}/Image?ifBlank=SrNoPhoto">
</p>
```

This gets the person's image (if defined, or if blank, returns a placeholder image).


## Related topics

- [Display person image](/en/api/web-services/howto/contact/display-person-image-ws.md)
- [Update the person's picture](/en/api/web-services/howto/contact/update-person-image-rest.md)
- [Contact (person)](/en/contact/dev/index.md)
- [How to display an image from the Blob table (services)](/en/api/web-services/howto/contact/display-image-from-blob-table-services.md)
- [s_picture_folder table](/en/database/tables/s-picture-folder.md)
- [s_picture_entry table](/en/database/tables/s-picture-entry.md)
