---
title: "List my Accounts"
method: GET
path: "/accounts"
tags: ["Account"]
---

# List my Accounts

`GET /accounts`

Retrieves the accounts the authenticated user is part of. 

> For service users only the account where the user is defined is returned.

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Response `200`

- ListMyAccountsResponse — A response for the List My Accounts endpoint.
  - `itemCount` integer, required
  - `items` Account[], required
    - `id` string, required — The account identifier.
    - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The account name.</div>

## Other responses

- `401` — The user could not be identified.

---

[API](https://skmtc.net/rws/apis/trados-cloud-platform-api.md) · [All operations](https://skmtc.net/rws/apis/trados-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-cloud-platform-api/revisions/d42dac7c28a3/schema)
