---
title: "Create Group"
method: POST
path: "/v1/config/groups"
tags: ["Groups"]
---

# Create Group

`POST /v1/config/groups`

Use this method to create a log group where you can scope the data that is accessible by members in that group.

## Headers

- `servicekey` string, required

## Request body

- GroupsRequest
  - `name` string — Name of a log group.
  - `accessScopes` string — Query that determines the data that is visible to members of a group.

## Response `200`

OK

- object

## Other responses

- `400` — Bad request

---

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