---
title: "Post User Photo"
method: POST
path: "/photo"
tags: ["Photo"]
---

# Post User Photo

`POST /photo`

**Auth:** Authenticated - any signed-in user.

Post User Photo.

## Request body

- UserPhotoRequest
  - `emailAddress` string, nullable
  - `objectType` string, nullable
  - `size` string, nullable

## Response `200`

Success

- UserPhotoResponse
  - `userPhoto` string, nullable

## Other responses

- `401` — Unauthorized

---

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