> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vectalk.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# Listar Usuários Bloqueados

> Lista todos os usuários bloqueados para um número de telefone Business.

<Note>
  Requer token de instância associado ao número de telefone. O número é resolvido automaticamente pelo token — não é necessário informar o `phone-number-id`.
</Note>

## Resposta

```json theme={null}
{
  "data": [
    {
      "wa_id": "5511999999999"
    },
    {
      "wa_id": "5511888888888"
    }
  ],
  "paging": {
    "cursors": {
      "before": "before_cursor",
      "after": "after_cursor"
    }
  }
}
```
