---
title: "어드민 디테일"
method: GET
path: "/bapi/v1/admin/{id}"
tags: ["Admin"]
---

# 어드민 디테일

`GET /bapi/v1/admin/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- WinclResponseDataAdminUser
  - `code` string
  - `data` AdminUser
    - `authorities` string[]
    - `dttm_expire` integer
    - `dttm_reg` integer
    - `email` string
    - `google_uid` string
    - `id_adm_reg` string
    - `nm_adm` string
  - `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)
