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

# Signage admin - replace IT board agents

`PUT /Signage/Admin/ItAgents`

**Requires permission:** *IT*

Replaces the IT-tickets board agent list with the supplied set (each: display name, Freshservice agent id, sort order, active). Requires the IT permission.

## Request body

- PutSignageItAgentsRequest
  - `agents` SignageItAgentDto[]
    - `agentId` string, guid, nullable
    - `displayName` string, nullable
    - `freshserviceAgentId` integer
    - `sortOrder` integer
    - `active` boolean

## Response `200`

Success - saved

- PutSignageItAgentsResponse
  - `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.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/e0bc2ad906d8/schema)
