---
title: "Create group for company"
method: POST
path: "/v1/companies/{company_code_or_sid}/groups"
tags: ["groups", "companies"]
---

# Create group for company

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

Create a group for a specific company

## Path parameters

- `company_code_or_sid` string, required

## Request body

- StreemApiCreateGroupRequest
  - `name` string
  - `description` string
  - `image_url` string

## Response `200`

Group created successfully.

- StreemApiCreateGroupResponse
  - `group` 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

## Other responses

- `400` — Invalid group name.
- `403` — You do not have permission to create a group
- `409` — Group name already exists 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)
