---
title: "Uploaded a profile image for a specified user."
method: POST
path: "/users/{userId}/image"
tags: ["Users"]
---

# Uploaded a profile image for a specified user.

`POST /users/{userId}/image`

## Path parameters

- `userId` string, required

## Response `204`

The image was successfully uploaded.

## Other responses

- `400` — Either a passed parameter was either empty/null or the request's multipart does not contain a file.
- `403` — User is not allowed to upload an image for the specified user.
- `404` — Either the user was not found or they aren't activated yet.
- `500` — Internal general error occured.

---

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