---
title: "Used by Talk Desk to sync Agents to their system"
method: POST
path: "/v1/Integrations/TalkDesk/AgentSync"
tags: ["TalkDesk"]
---

# Used by Talk Desk to sync Agents to their system

`POST /v1/Integrations/TalkDesk/AgentSync`

Read more about the Talk Desk Contact Retriever <a href="https://docs.talkdesk.com/docs/implementing-an-agent-synchronization"></a>.

## Request body

- AdaptekApiApplicationTalkDeskQueriesGetAgentsToSyncGetAgentsToSyncQuery
  - `offset` integer, nullable
  - `pageSize` integer

## Response `200`

Successfully returned sync data

- AdaptekApiApplicationTalkDeskQueriesGetAgentsToSyncPaginatedAgentRetrieverResponseModel
  - `next_offset` integer
  - `agents` AdaptekApiApplicationTalkDeskQueriesGetAgentsToSyncTalkDeskAgent[], nullable
    - `id` string, nullable
    - `name` string, nullable
    - `email` string, nullable

## Other responses

- `500` — An internal error occured. Please contact NexTek Support.

---

[API](https://skmtc.net/adaptek/apis/adaptek-api.md) · [All operations](https://skmtc.net/adaptek/apis/adaptek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adaptek/adaptek-api/versions/517cf2397b0d/schema)
