---
title: "List Resource Accounts in the organization."
method: GET
path: "/orgs/{orgId}/resources/accounts"
tags: ["public", "ResourceAccount"]
---

# List Resource Accounts in the organization.

`GET /orgs/{orgId}/resources/accounts`

## Path parameters

- `orgId` string, required

## Response `200`

A possibly empty list of Resources Accounts.

- ResourceAccountResponse[]
  - `created_at` string, date-time, required — The timestamp of when the account was created.
  - `created_by` string, required — The ID of the user who created the account.
  - `id` string, required — Unique identifier for the account (in scope of the organization it belongs to).
  - `is_used` boolean, required — Indicates if this account is being used (referenced) by any resource definition or active resource.
  - `name` string, required — Display name.
  - `type` string, required — The type of the account

## Other responses

- `500` — Internal application error.

---

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