---
title: "Gets the specified user's image as a raw byte array. Defaults to the current user if no Id is specified."
method: GET
path: "/api/users/{userId}/image"
tags: ["Users"]
---

# Gets the specified user's image as a raw byte array. Defaults to the current user if no Id is specified.

`GET /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)
