---
title: "getHouseAccountList"
method: GET
path: "/getHouseAccountList"
tags: ["HouseAccount"]
---

# getHouseAccountList

`GET /getHouseAccountList`

Pulls list of active house accounts

## Query parameters

- `propertyID` string

## Response `200`

200 Response

- GetHouseAccountListResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object[] — Details for the house accounts
    - `accountID` string — House Account ID
    - `propertyID` string — Property ID
    - `accountName` string — House Account name
    - `accountStatus` 'open' | 'closed' — House Account status
    - `isPrivate` boolean — Whether House Account is set to private or not (if true "userName" will be specified)
    - `userName` string — Owner Name of private House Account

---

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