---
title: "GET /users/self/trustedClients"
method: GET
path: "/users/self/trustedClients"
tags: ["Users"]
---

# GET /users/self/trustedClients

`GET /users/self/trustedClients`

This endpoint allows you to retrieve a list of trusted clients.
It is important to note that after using the pageSize parameter, the "totalSize" in the response represents the total number of available trusted clients, not the number of trusted clients resulting from the query string.

## Query parameters

- `include` string[]
- `pageToken` string
- `pageSize` integer

## Response `200`

OK

- ApiPaginatedTrustedClientResponse — Used to wrap results for a paginated response, containing information on how to retrieve further pages.
  - `nextPageToken` string, nullable, required — Token to retrieve the next page. The value of this token is passed into the field pageToken. This value can be null if there is no next page.
  - `prevPageToken` string, nullable, required — Token to retrieve the previous page. The value of this token is passed into the field pageToken. This value can be null of there is no previous page.
  - `results` object[], required — The result set from a collection API call.
    - `id` string, required
    - `lastLogin` string, date-time, required
    - `ip` string, required
    - `description` string, required — Information about device type, operating system and browser
    - `device` TrustedClientDevice
      - `brand` string, nullable, required
      - `model` string, nullable, required
      - `family` string, required
      - `type` 'pc' | 'tablet' | 'mobile', nullable, required
      - `touchCapable` boolean, required — Indicates whether user agent has touch capabilities
    - `browser` TrustedClientBrowser
      - `family` string, required
      - `version` string, required
    - `operatingSystem` TrustedClientOperatingSystem
      - `family` string, required
      - `version` string, required
  - `totalSize` integer, required — Size of the total result set.

## Other responses

- `400` — The supplied object is invalid. Error detail will contain the validation error.
- `401` — You are not authenticated. Please authenticate and try again.
- `500` — Something went wrong in the server. Please try again.

---

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