---
title: "Listar funcionários"
method: GET
path: "/v2/employees"
tags: ["conversas-v2-employees"]
---

# Listar funcionários

`GET /v2/employees`

Listar funcionários.

## Response `200`

Lista de funcionários

- object
  - `employees` Employee[] — Lista de todos os funcionários da empresa.
    - `email` string, email — Endereço de e-mail do funcionário.
    - `id` string, hash
    - `name` string — Nome do funcionário.

## Other responses

- `400` — Bad request
- `401` — Access Token missing or invalid
- `403` — Not authorized to access such resource
- `404` — Resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/rdstation/apis/webhook-service.md) · [All operations](https://skmtc.net/rdstation/apis/webhook-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rdstation/webhook-service/revisions/3867c21388e8/schema)
