---
title: "List the account for the authenticated user"
method: GET
path: "/account"
tags: ["Identity"]
---

# List the account for the authenticated user

`GET /account`

## Response `200`

User details for caller's user

- Account — Account information
  - `name` string, required — The account identifier, not updatable after creation
  - `type` 'user' | 'admin' | 'service' — The user type (admin vs user). If not specified in a POST request, 'user' is default
  - `state` 'enabled' | 'disabled' | 'deleting' — State of the account. Disabled accounts prevent member users from logging in, deleting accounts are disabled and pending deletion and will be removed once all owned resources are garbage collected by the system
  - `email` string — Optional email address associated with the account
  - `created_at` string, date-time — The timestamp when the account was created
  - `last_updated` string, date-time — The timestamp of the last update to the account metadata itself (not users or creds)

## 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/revisions/afb4f60ab44a/schema)
