---
title: "Fetch parent account."
method: GET
path: "/users/me"
---

# Fetch parent account.

`GET /users/me`

This is endpoints is used fetch user detail for parent account, this account are master account tethered for you to user.

## Response `200`

200

- object
  - `status` string
  - `message` string
  - `data` object
    - `id` string
    - `sn` string
    - `email` string
    - `reference` unknown
    - `first_name` string
    - `last_name` string
    - `display_name` string
    - `created_at` string
    - `updated_at` string

## Other responses

- `401` — 401

---

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