---
title: "Explore Accounts"
method: GET
path: "/explore/accounts"
tags: ["explore"]
---

# Explore Accounts

`GET /explore/accounts`

Admin accounts available for feed impersonation on the preview page.

Admin emails hold many User rows on dev (test-token relogins) — keep only
live-Stytch accounts and collapse to one row per email, preferring the
one with the freshest trip activity (this preview anchors on trips).

## Response `200`

Successful Response

- AccountOption[]
  - `user_id` string, uuid, required
  - `email` string, required
  - `name` string, nullable, required
  - `username` string, nullable, required

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
