---
title: "Get all controlled clients for enterprise owner"
method: GET
path: "/account/controlled-client"
tags: ["Account"]
---

# Get all controlled clients for enterprise owner

`GET /account/controlled-client`

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- ControlledClientDump[]
  - `active` boolean
  - `address` string — The street address associated with the account
  - `city` string — The city associated with the account
  - `company` string — The company name associated with the account
  - `country` string — The country associated with the account
  - `created` integer — The date/time the account was created
  - `email` string — The email address associated with the account
  - `fax` string — The fax number associated with the account
  - `first` string — The first name associated with the account
  - `id` integer — The ID of the client/contact account
  - `last` string — The last name associated with the account
  - `phone` string — The phone number associated with the account
  - `state` string — The state associated with the account
  - `zip` string — The zip/postal code associated with the account

## Other responses

- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.

---

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