---
title: "Get contacts"
method: GET
path: "/public/v2/contacts"
tags: ["Contacts"]
---

# Get contacts

`GET /public/v2/contacts`

Required permission: User management, Edit.<br/>Get list of contacts on the authenticated user's account.

## Query parameters

- `page` integer

## Response `200`

Contacts retrieved.

- UserResponsePaginatedServiceResponse
  - `errors` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `warnings` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `information` string[], nullable
  - `isValid` boolean
  - `content` UserResponsePaginated
    - `pageIndex` integer
    - `limit` integer
    - `isLastPage` boolean
    - `results` UserResponse[], nullable
      - `subjectId` string, required — Unique subject ID given to this user.
      - `email` string, required — User email.
      - `roles` string[], required — List of User roles which map to permissions on the specified account.
    - `totalCount` integer

## Other responses

- `400` — Bad request. Invalid or missing parameter
- `401` — Unauthorized
- `403` — user_lacks_required_permission
- `422` — Failed to retrieve contacts.
- `default` — Error

---

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