---
title: "POST /api/v1/Viewer/names"
method: POST
path: "/api/v1/Viewer/names"
tags: ["Viewer"]
---

# POST /api/v1/Viewer/names

`POST /api/v1/Viewer/names`

## Query parameters

- `pager` GetViewerNamesPager

## Request body

- GetViewerNamesRequest
  - `Paging` PagingData3
    - `Start` integer, nullable
    - `Items` integer, nullable
  - `ViewerTypes` string[], nullable

## Response `200`

- GetViewerNamesResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `Viewers` ViewerLight[], nullable
    - `Id` string, guid
    - `Name` string, nullable
    - `Type` string, nullable
  - `TotalItems` integer

---

[API](https://skmtc.dev/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.dev/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/revisions/e0bfd79e98ee/schema)
