---
title: "List groups for company"
method: GET
path: "/v1/companies/{company_code_or_sid}/groups"
tags: ["groups", "companies"]
---

# List groups for company

`GET /v1/companies/{company_code_or_sid}/groups`

List the groups associated with the company

## Path parameters

- `company_code_or_sid` string, required

## Response `200`

Groups for the company retrieved successfully.

- StreemApiListGroupsResponse
  - `groups` StreemApiGroup[]
    - `name` string
    - `description` string
    - `sid` string
    - `image_url` string
    - `working_hours_by_day` StreemApiGroupHours[]
      - `day` 'DAYS_OF_WEEK_SUNDAY' | 'DAYS_OF_WEEK_MONDAY' | 'DAYS_OF_WEEK_TUESDAY' | 'DAYS_OF_WEEK_WEDNESDAY' | 'DAYS_OF_WEEK_THURSDAY' | 'DAYS_OF_WEEK_FRIDAY' | 'DAYS_OF_WEEK_SATURDAY' | 'DAYS_OF_WEEK_INVALID'
      - `start_time_utc` string
      - `end_time_utc` string
      - `time_zone_id` string
  - `next_page_token` string
  - `total_size` integer

## Other responses

- `403` — You do not have permission to list the groups for the company

---

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