---
title: "List Harbor Users"
method: GET
path: "/api/harbors/{harbor_id}/users"
tags: ["Harbors"]
---

# List Harbor Users

`GET /api/harbors/{harbor_id}/users`

Lists Harbor-only users assigned to a Harbor.

The response contains only Harbor-only users currently assigned to this Harbor.

## Path parameters

- `harbor_id` string, uuid, required — Unique identifier of the Harbor.

## Query parameters

- `limit` integer — Maximum number of assigned users to return. Defaults to 50 and cannot exceed 50.
- `page_token` string — Opaque pagination cursor returned by the previous request.

## Headers

- `X-Polytomic-Version` string

## Response `200`

OK

- HarborUserListEnvelope
  - `data` HarborUserResponse[], nullable
    - `created_at` string, date-time — When the user was invited.
    - `email` string — Email address used to sign in.
    - `harbor_ids` string[], nullable — Harbors assigned to this user.
    - `harbor_only` boolean — Whether the account is restricted to assigned Harbors.
    - `id` string, uuid — Unique identifier of the user.
    - `organization_id` string, uuid — Organization the user belongs to.
    - `status` string — Current account status.
  - `pagination` PaginationDetails
    - `next_page_token` string

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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