---
title: "GET /users/{userId}/image"
method: GET
path: "/users/{userId}/image"
tags: ["Users"]
---

# GET /users/{userId}/image

`GET /users/{userId}/image`

## Path parameters

- `userId` string, required

## Query parameters

- `height` integer
- `width` integer

## Response `200`

OK

- UserImage
  - `content` string, byte, nullable
  - `contentDispostion` string, nullable
  - `contentEncoding` string, nullable
  - `contentType` string, nullable
  - `lastModified` string, date-time, nullable
  - `name` string, nullable

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

[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)
