---
title: "Create group location"
method: POST
path: "/v2/organisation/groups/{groupId}/locations"
tags: ["Group Locations"]
---

# Create group location

`POST /v2/organisation/groups/{groupId}/locations`

## Path parameters

- `groupId` integer, required

## Request body

- OrganisationGroupLocationRequestDto
  - `latitude` string, required
  - `longitude` string, required
  - `radius` integer, required
  - `comment` string

## Response `200`

OK

## Other responses

- `201` — Created
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Domain not found

---

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