---
title: "가입자 탈퇴를 취소"
method: PUT
path: "/api/v1/user/{id_login}/reincarnate"
tags: ["User"]
---

# 가입자 탈퇴를 취소

`PUT /api/v1/user/{id_login}/reincarnate`

가입자 탈퇴를 취소하는데 사용한다.

## Path parameters

- `id_login` string, required

## Response `200`

OK

- WinclResponseDataReincarnationResponse
  - `code` string
  - `data` ReincarnationResponse
    - `id_login` string — 유저가 설정한 아이디, 외부노출용
    - `status` 'ARCHIVED' | 'DEREGISTERED' | 'REGISTERED' | 'REGISTERING' — 유저 상태: REGISTERED 만 가능
  - `message` string

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `935` — USER_NOT_EXIST
- `936` — ILLEGAL_USER_STATE

---

[API](https://skmtc.net/wincl/apis/wincl-api.md) · [All operations](https://skmtc.net/wincl/apis/wincl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wincl/wincl-api/revisions/662edcbbf2b3/schema)
