---
title: "Update public profile picture"
method: POST
path: "/account/profile/{user_id}/picture"
tags: ["profiles"]
---

# Update public profile picture

`POST /account/profile/{user_id}/picture`

Updates the profile picture of the user's public profile.

## Path parameters

- `user_id` integer, required

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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