---
title: "Buscar atendente por ID  (multiatendimento)"
method: GET
path: "/api/v1/attendants/multi/{id}"
tags: ["Atendentes (multiatendimento)"]
---

# Buscar atendente por ID  (multiatendimento)

`GET /api/v1/attendants/multi/{id}`

## Path parameters

- `id` string, required

## Response `200`

- AttendantDto
  - `userId` string — ID do usuário
  - `id` string — ID do usuário como atendente (ID do atendente)
  - `name` string — Nome do atendente
  - `email` string — Email do atendente
  - `phone` string — Telefone do atendente
  - `imageURL` 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)
