---
title: "Returns user group locations list"
method: GET
path: "/v1/UserProfiles/{profileId}/locations"
tags: ["UserProfiles"]
---

# Returns user group locations list

`GET /v1/UserProfiles/{profileId}/locations`

## Path parameters

- `profileId` integer, required

## Query parameters

- `Filter` string
- `Page` integer
- `PageSize` integer
- `SortColumn` string
- `SortOrder` string
- `Account` unknown

## Response `200`

Success

- ProfileLocationResponsePagedResult
  - `pageSize` integer
  - `page` integer
  - `totalCount` integer
  - `filteredCount` integer
  - `data` ProfileLocationResponse[], nullable
    - `locationId` integer
    - `userProfileId` integer
    - `name` string, nullable
    - `serviceType` string, nullable
    - `subscriptionId` string, uuid, nullable
    - `operations` ProfileLocationOperationResponse[], nullable
      - `operationId` integer
      - `name` string, nullable
      - `description` string, nullable
      - `autoFinish` boolean, nullable
      - `noDoorAccess` boolean, nullable
      - `doors` Door[], nullable
        - `id` string, nullable
        - `name` string, nullable
      - `questions` ProfileLocationOperationQuestionResponse[], nullable
        - `questionId` string, nullable
        - `questionText` string, nullable
        - `scope` 0 | 1

## 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/versions/0e4626e69155/schema)
