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

# GET /accounts

`GET /accounts`

Retrieves a list of accounts the user has access to. This will include the user's own account, but can contain others such as when the user is a reseller.

## Query parameters

- `include` string[]
- `sort` string[]
- `id__in` string[]
- `name__contains` string
- `customerId__contains` string

## Response `200`

OK

- ApiPaginatedEndUserAccountResponse — unresolved $ref

## Other responses

- `400` — The supplied object is invalid. Error detail will contain the validation error.
- `401` — You are not authenticated. Please authenticate and try again.
- `500` — Something went wrong in the server. Please try again.

---

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