---
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

## Changes

- **2026-08-13** `70a12bbb88c9` — 1 info
  - the endpoint scheme security `OAuth2ClientCredentials` was added to the API

[Change history](https://skmtc.dev/quinyx/apis/quinyx-api/changes/v2/organisation/groups/:groupId/locations/post.md)

---

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