---
title: "PATCH /v1/user/me/"
method: PATCH
path: "/v1/user/me/"
tags: ["user"]
---

# PATCH /v1/user/me/

`PATCH /v1/user/me/`

## Request body

- PatchedUserMe
  - `id` integer
  - `email` string
  - `nickname` string
  - `profileImage` string, nullable
  - `loginType` string
  - `phone` string
  - `position` 'POS_1' | 'POS_2' | 'POS_3' | 'POS_4' | 'POS_5' | 'POS_6' | 'POS_7' — * `POS_1` - 비즈니스 관리자 (C Level) * `POS_2` - 투자자 * `POS_3` - 영업 담당자 * `POS_4` - 경영, 재무 담당자 * `POS_5` - PMO / 팀장 / 실장 * `POS_6` - 외주 실무자 (기획 / 디자인 / 개발 등) * `POS_7` - 기타
  - `isSalesTutorialComplete` boolean
  - `agreeToUpdateBenefits` boolean
  - `agreeToReceiveAds` boolean

## Response `200`

- UserMe
  - `id` integer, required
  - `email` string, required
  - `nickname` string, required
  - `profileImage` string, nullable, required
  - `loginType` string, required
  - `phone` string, required
  - `position` 'POS_1' | 'POS_2' | 'POS_3' | 'POS_4' | 'POS_5' | 'POS_6' | 'POS_7', required — * `POS_1` - 비즈니스 관리자 (C Level) * `POS_2` - 투자자 * `POS_3` - 영업 담당자 * `POS_4` - 경영, 재무 담당자 * `POS_5` - PMO / 팀장 / 실장 * `POS_6` - 외주 실무자 (기획 / 디자인 / 개발 등) * `POS_7` - 기타
  - `isSalesTutorialComplete` boolean, required
  - `agreeToUpdateBenefits` boolean, required
  - `agreeToReceiveAds` boolean, required

## Other responses

- `400`

---

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