---
title: "유저 프로필"
method: GET
path: "/api/v1/user/profile"
tags: ["User"]
---

# 유저 프로필

`GET /api/v1/user/profile`

## Response `200`

OK

- WinclResponseDataUserProfile
  - `code` string
  - `data` UserProfile
    - `addr` string — 유저 지갑 주소
    - `b2bCustomerCode` string — user.b2b_customer_code
    - `b2bRpCode` string — user.b2b_rp_code
    - `b2bUser` boolean
    - `cd_country` string — 거주국가 코드
    - `company_code` string — 회사 코드
    - `didDocumentCid` string — CID of the registered DID document on IPFS
    - `didDocumentUrl` string — Gateway URL of the registered DID document on IPFS
    - `email` string — 유저가 설정한 이메일
    - `email_social` string — 소셜로그인 에서 받아온 이메일
    - `hederaDid` string — Hedera DID
    - `hederaPublicKey` string — Hedera public key (URL-safe Base64)
    - `hederaTopicId` string — Hedera topic ID associated with the wallet
    - `id_login` string — 유저가 설정한 아이디, 외부노출용
    - `id_usr` string — 유저 아이디
    - `img_profile` string — 유저 프로필 이미지
    - `nickname` string — 유저 닉네임
    - `nm_usr` string — 유저 이름
    - `phone_number` string — 휴대 전화번호
    - `vcDocumentCid` string — CID of the issued verifiable credential document on IPFS
    - `vcDocumentUrl` string — Gateway URL of the issued verifiable credential document on IPFS
    - `walletCreationPending` boolean — True when Hedera wallet provisioning is still running asynchronously
    - `walletStatusMessage` string — Human-readable status message about Hedera wallet provisioning
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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