---
title: "Signage admin - list IT board agents"
method: GET
path: "/Signage/Admin/ItAgents"
tags: ["Signage"]
---

# Signage admin - list IT board agents

`GET /Signage/Admin/ItAgents`

**Requires permission:** *IT*

The configurable IT-tickets board agent list. Requires the IT permission.

## Response `200`

Success

- GetSignageItAgentsResponse
  - `agents` SignageItAgentDto[]
    - `agentId` string, guid, nullable
    - `displayName` string, nullable
    - `freshserviceAgentId` integer
    - `sortOrder` integer
    - `active` boolean
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `401` — Unauthorized
- `403` — Missing IT permission

---

[API](https://skmtc.dev/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/revisions/518857b639a0/schema)
