---
title: "GET /admin/reentry"
method: GET
path: "/admin/reentry"
tags: ["reentry"]
---

# GET /admin/reentry

`GET /admin/reentry`

承認待ち再入部申請一覧の取得（管理者用）

## Response `200`

Success get pending reentry requests

- ResGetAdminReentry
  - `reentries` ResGetAdminReentryObjectReentry[], required
    - `reentryId` string, required
    - `userId` string, required
    - `username` string, required
    - `studentNumber` string, required
    - `status` string, required
    - `paymentStatus` string, required
    - `note` string
    - `createdAt` string, required
    - `updatedAt` string, required

## Other responses

- `403` — Authentication error, etc.
- `500` — System error, etc.

## Changes

- **2026-03-05** `9a25e768fba2` — 1 info
  - endpoint added
- **2023-04-06** `f92abf0d64e8` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/sit-digicre/apis/digicore/changes/admin/reentry/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)
