---
title: "Get location groups related to current user"
method: GET
path: "/v1/Locations/{locationId}/groups"
tags: ["Locations"]
---

# Get location groups related to current user

`GET /v1/Locations/{locationId}/groups`

## Path parameters

- `locationId` integer, required

## Query parameters

- `Account` unknown

## Response `200`

Success

- UserProfileResponse[]
  - `id` integer
  - `name` string, nullable
  - `accountId` integer, nullable
  - `accountName` string, nullable
  - `mfaEnabled` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/revisions/0e4626e69155/schema)
