---
title: "GET /user/me/private"
method: GET
path: "/user/me/private"
tags: ["user"]
---

# GET /user/me/private

`GET /user/me/private`

Get my private profile

## Response `200`

Success get my private profile

- ResGetUserMePrivate
  - `lastName` string, required
  - `lastNameKana` string, required
  - `firstName` string, required
  - `firstNameKana` string, required
  - `isMale` boolean, required
  - `phoneNumber` string, required
  - `address` string, required
  - `parentLastName` string, required
  - `parentFirstName` string, required
  - `parentCellphoneNumber` string, required
  - `parentHomephoneNumber` string, required
  - `parentAddress` string, required

## Other responses

- `403` — Authentication error, etc.
- `404` — Resource does not exist, etc.
- `500` — System error, etc.

## Changes

- **2026-02-16** `6cbc056e4357` — 1 breaking
  - removed the required property `parentName` from the response with the `200` status
- **2026-02-01** `7c37c6ed3e8f` — 2 info
  - added the required property `parentFirstName` to the response with the `200` status
  - added the required property `parentLastName` to the response with the `200` status
- **2023-04-06** `f92abf0d64e8` — 2 breaking, 1 info
  - removed the required property `parentFirstName` from the response with the `200` status
  - removed the required property `parentLastName` from the response with the `200` status
  - added the required property `parentName` to the response with the `200` status

[Change history](https://skmtc.dev/sit-digicre/apis/digicore/changes/user/me/private/get.md)

---

[API](https://skmtc.dev/sit-digicre/apis/digicore.md) · [All operations](https://skmtc.dev/sit-digicre/apis/digicore/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sit-digicre/digicore/revisions/6576c966d74e/schema)
