---
title: "GET /Organizations"
method: GET
path: "/Organizations"
tags: ["Organizations"]
---

# GET /Organizations

`GET /Organizations`

## Query parameters

- `api-version` string
- `$select` string
- `$expand` string
- `$filter` string
- `$orderby` string
- `$top` integer
- `$skip` integer
- `$count` boolean

## Response `200`

Success

- OrganizationIEnumerableODataValue
  - `value` Organization[], nullable
    - `id` string, nullable
    - `userIds` string[], nullable — Array of user ids from the logged in user.
    - `name` string, nullable
    - `address` Address
      - `line1` string, nullable
      - `line2` string, nullable
      - `city` string, nullable
      - `state` string, nullable
      - `postalCode` string, nullable
      - `country` string, nullable — This is the short ISO code for the country
      - `countryFullName` string, nullable — This is the full country name
    - `primaryContact` Contact
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `emailAddress` string, nullable
      - `phoneNumber` string, nullable
    - `paymentMethodId` string, nullable — Id of the user's payment method.
    - `vatNumber` string, nullable
    - `industry` string, nullable
    - `createdOn` integer — Timestamp of when the user was created.
    - `modifiedOn` integer — Timestamp of when the user was last modified.
    - `additionalContacts` Contact[], nullable
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `emailAddress` string, nullable
      - `phoneNumber` string, nullable

---

[API](https://skmtc.dev/liveswitch/apis/liveswitch-cloud-api.md) · [All operations](https://skmtc.dev/liveswitch/apis/liveswitch-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liveswitch/liveswitch-cloud-api/revisions/1b39d4a01c13/schema)
