---
title: "List accounts for the user"
method: GET
path: "/accounts/{accountname}/users"
tags: ["User Management"]
---

# List accounts for the user

`GET /accounts/{accountname}/users`

## Path parameters

- `accountname` string, required

## Response `200`

User listing

- User[] — List of user credential records
  - `username` string, required — The username to authenticate with
  - `type` 'native' | 'internal' | 'external' — The user's type
  - `source` string — If the user is external, this is the source that the user was initialized from. All other user types have this set to null
  - `created_at` string, date-time — The timestampt the user record was created
  - `last_updated` string, date-time — The timestamp of the last update to this record

## Other responses

- `500` — Internal error

---

[API](https://skmtc.net/anchore/apis/anchore-engine-api-server.md) · [All operations](https://skmtc.net/anchore/apis/anchore-engine-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchore/anchore-engine-api-server/versions/afb4f60ab44a/schema)
