---
title: "Get current credential summary"
method: GET
path: "/accounts/{accountname}/users/{username}/credentials"
tags: ["User Management"]
---

# Get current credential summary

`GET /accounts/{accountname}/users/{username}/credentials`

## Path parameters

- `accountname` string, required
- `username` string, required

## Response `200`

User credential listing

- AccessCredential[]
  - `type` 'password', required — The type of credential
  - `value` string, required — The credential value (e.g. the password)
  - `created_at` string — The timestamp of creation of the credential

## 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)
