---
title: "Sets the specified user's image. The image must be attached to the request as a file."
method: POST
path: "/api/users/{userId}/image"
tags: ["Users"]
---

# Sets the specified user's image. The image must be attached to the request as a file.

`POST /api/users/{userId}/image`

## Path parameters

- `userId` integer, required

## Response `200`

OK

- IntectWebAPIControllersUsersControllerUserImageResponse
  - `Image` string, byte
  - `UserId` integer

---

[API](https://skmtc.dev/intect/apis/intect-rest-api.md) · [All operations](https://skmtc.dev/intect/apis/intect-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intect/intect-rest-api/revisions/e256dcb495d4/schema)
