---
title: "List accounts"
method: GET
path: "/1/accounts"
tags: ["User Management > Accounts"]
---

# List accounts

`GET /1/accounts`

This endpoint allows you to retrieve all the accounts of a user.

## Query parameters

- `with` string
- `order_by` union
  - string
  - string[]
- `order` 'asc' | 'desc'
- `order_for` object

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 087adaadAccount[]
    - `id` integer, required — Unique identifier of the resource `Account`
    - `name` string, required — Name of the resource `Account`
    - `legal_entity_type` 'company' | 'individual' | 'public_body' | 'restrict', required
    - `created_at` integer, required — Timestamp `Account` has been created
    - `addresses` 087adaadAccountaddress[]
      - `id` integer, required — Unique identifier of the resource `Account address`
      - `street` string, required
      - `street2` string, required
      - `zip` string, required
      - `city` string, required
      - `type` string, required
      - `created_at` integer, required — Timestamp `Account address` has been created
      - `country` 087adaadCountry, required
        - `id` integer, required — Unique identifier of the resource `Country`
        - `name` string, required — Name of the resource `Country`
        - `short_name` string, required — Short name of the resource `Country`
        - `is_enabled` boolean, required — Is the resource `Country` enabled?
      - `for_invoice` boolean, required
    - `timezone` string
    - `website` string
    - `phone` string
    - `fax` string
    - `language` string
    - `locale` string, required — Represents a language identifier and a region identifier
    - `language_id` integer, required — Unique identifier of the `language` that is related to the resource `Account`
    - `logo` string
    - `logo_square` string
    - `order` object
      - `waiting_payment` integer, required
      - `in_process` integer, required
      - `blocked_order_id` unknown[], required
        - unknown
    - `beta` boolean, required
    - `support_level` integer, required
    - `has_2fa_required` boolean, required
    - `type` string
    - `billing` boolean
    - `mailing` boolean
    - `billing_mailing` boolean
    - `workspace_only` boolean
    - `no_access` boolean
    - `is_blocked` boolean
    - `blocked_at` integer
    - `vat_number` string
    - `field1` string
    - `field2` string
    - `tags` 087adaadTag[]
      - `id` integer, required — Unique identifier of the resource `Tag`
      - `name` string, required — Name of the resource `Tag`
      - `color` integer, required
      - `product_count` integer — Product count related to the resource `Tag`
    - `services_already_demo` unknown[]
      - unknown
    - `customization_url` object
    - `nb_invitations` integer
    - `nb_users` integer
    - `count_owners` integer
    - `is_customer` boolean, required
    - `is_sso` boolean, required
    - `has_full_access` boolean
    - `has_customer_paiement_method` boolean
    - `partner_id` integer
    - `in_partnership_full_access` boolean
    - `in_partnership_limited` boolean
    - `support_premium` object
    - `is_user_has_ksuite_access` boolean
    - `is_user_email_account_mailbox_exist` boolean
    - `ksuite_id` integer, nullable — Unique identifier of the `ksuite` that is related to the resource `Account`
    - `my_ksuite` object, nullable
    - `has_onboarding_branding` boolean
    - `has_streaming_video` boolean

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
