---
title: "Get list of login organizations"
method: GET
path: "/v3/login/organizations"
tags: ["authentication"]
---

# Get list of login organizations

`GET /v3/login/organizations`

Get a list of organizations you can access with your current API session. You get 100 results on one page of results.

In the response, you get a list of organizations and console organizations. When a console organization is available in the response, this indicates that the console organization is a parent of the listed organization.

## Query parameters

- `page` string, nullable — Next page of results. When a list has multiple pages, the `nextPage` and `prevPage` values in the response enable you to navigate between the pages of results. Set `page` as the `nextPage` or `prevPage` value for navigation.

## Headers

- `sessionId` string, nullable — API session ID generated with `/v3/login`
- `devKey` string, nullable — Developer key generated with your BILL developer account

## Response `200`

Get list of login organizations response

- ListAllOrganizationsResponseDto — Response from a list API request with paging references.
  - `nextPage` string
  - `prevPage` string
  - `results` AllOrganizationsResponseDto — Get list of organizations response.
    - `organizations` OrganizationDto[] — List of organizations. When a console organization is available in the response, this indicates that the console organization is a parent of the listed organization.
      - `id` string — BILL-generated ID of the organization. The value begins with `008`.
      - `name` string — Organization name
      - `consoleOrganizationId` string — BILL-generated ID of the console organization. The value begins with `008`. When a console organization is available in the response, this indicates that the console organization is a parent of the listed organization.
    - `consoleOrganizations` ConsoleOrganization[] — List of console organizations
      - `id` string — BILL-generated ID of the organization. The value begins with `008`.
      - `name` string — Organization name

## Other responses

- `4XX` — List of errors.
- `5XX` — List of errors.

---

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