---
title: "Get Organizations"
method: GET
path: "/organization"
---

# Get Organizations

`GET /organization`

## Query parameters

- `page` integer
- `count` integer
- `sort` 'DESC' | 'ASC'
- `sort_by` 'organization_name' | 'created_at'
- `filter.keyword` string
- `filter.is_active` boolean
- `filter.teams` string[]
- `filter.updated_at_from` string, date
- `filter.updated_at_to` string, date
- `filter.is_portal_enabled` boolean
- `filter.custom_field` object
- `filter.organization_uid` string
- `filter.is_deleted` boolean

## Response `200`

200

- object
  - `type` string
  - `data` object[]
    - `organization_uid` string
    - `organization_name` string
    - `organization_logo` unknown
    - `organization_description` string
    - `organization_email` string
    - `no_of_customers` integer
    - `organization_address` object
      - `city` string
      - `state` string
      - `street` string
      - `country` string
      - `landmark` string
      - `geo_cordinates` number[]
    - `organization_billing_address` object
      - `city` string
      - `state` string
      - `street` string
      - `country` string
      - `landmark` string
      - `geo_cordinates` number[]
    - `created_by` object
      - `user_uid` string
      - `first_name` string
      - `last_name` string
      - `email` string
      - `external_login_id` unknown
      - `home_phone_number` string
      - `designation` string
      - `emp_code` string
      - `prefix` unknown
      - `work_phone_number` string
      - `mobile_phone_number` unknown
      - `profile_picture` string
      - `hourly_labor_charge` unknown
      - `is_active` boolean
      - `is_deleted` boolean
      - `created_at` string
      - `updated_at` string
    - `is_portal_enabled` boolean
    - `is_active` boolean
    - `is_deleted` boolean
    - `created_at` string
    - `updated_at` string
  - `total_records` integer
  - `current_page` integer
  - `total_pages` integer

## Other responses

- `400` — 400
- `500` — 500

---

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