---
title: "List user accounts"
method: GET
path: "/admin/users/{user_id}/accounts"
tags: ["Admin Accounts"]
---

# List user accounts

`GET /admin/users/{user_id}/accounts`

Lists all accounts for a user.

## Path parameters

- `user_id` string, required

## Response `200`

OK

- UserAccountsResponse
  - `accounts` Account[], required
    - `access_token` string, nullable
    - `access_token_expires_at` string, date-time, nullable
    - `account_id` string, required
    - `created_at` string, date-time, required
    - `id` string, required
    - `id_token` string, nullable
    - `password` string, nullable
    - `provider_id` string, required
    - `refresh_token` string, nullable
    - `refresh_token_expires_at` string, date-time, nullable
    - `scope` string, nullable
    - `updated_at` string, date-time, required
    - `user_id` string, required

## Changes

- **2026-07-09** `dad8e2644615` — 1 info
  - endpoint added
- **2026-07-08** `d2f9387037c5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/authula/apis/authula-api/changes/admin/users/:user_id/accounts/get.md)

---

[API](https://skmtc.dev/authula/apis/authula-api.md) · [All operations](https://skmtc.dev/authula/apis/authula-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authula/authula-api/revisions/1a139f96a670/schema)
