---
title: "Buscar atendentes (CRM)"
method: GET
path: "/api/v1/attendants/crm"
tags: ["Atendentes (CRM)"]
---

# Buscar atendentes (CRM)

`GET /api/v1/attendants/crm`

## Response `200`

- object
  - `count` number, required
  - `data` AttendantCrmDto[]
    - `userId` string — ID para operações externas
    - `id` string — ID do atendente
    - `name` string — Nome do atendente
    - `email` string — Email do atendente
    - `phone` string — Telefone do atendente
    - `image` string — Url da imagem do atendente

---

[API](https://skmtc.dev/datacrazy/apis/api-crm-datacrazy.md) · [All operations](https://skmtc.dev/datacrazy/apis/api-crm-datacrazy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datacrazy/api-crm-datacrazy/revisions/681f3b1fe7c8/schema)
