---
title: "List accounts for v4"
method: GET
path: "/v4/accounts"
tags: ["Account"]
---

# List accounts for v4

`GET /v4/accounts`

Retrieves a list of accounts for V4.

## Response `200`

OK

- AccountBodies — A container object holding an array of full account objects.
  - `results` ResponseAccountbody[] — A list of account objects.
    - `company_id` string
    - `name` string
    - `number_of_seats` number
    - `allow_oversubscription` boolean
    - `notify_when_account_oversubscribed` boolean
    - `notify_on_each_registration_when_account_is_oversubscribed` boolean
    - `registration_code` string
    - `ip_addresses` string
    - `registration_domains` string
    - `email_address` string
    - `on_premises_ips` string — A list of newline-separated IP addresses or CIDR blocks that identify the premises associated with this account.
    - `premises_tags` string — (string) A JSON array of strings of 'tags'. Tags can be used to identify and group accounts to drive behaviour in the Zephr decision engine.
    - `session_limit` number — The maximum number of concurrent sessions that users of this account can have. If unspecified, the system default value is used. If a user belongs to multiple accounts, the highest limit is used.
    - `session_limit_behaviour` string — One of "PREVENT_LOGIN" or "DELETE_OLDEST_SESSIONS". Specifies the behaviour when a user of this account exceeds the configured limit of concurrent sessions.
    - `branding` object
      - `logoUrl` string
      - `urlPath` string
      - `pageIds` string[]
      - `openIdConfig` object

---

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