---
title: "Get Blocked WhatsApp Users"
method: GET
path: "/block_users"
tags: ["Block Users"]
---

# Get Blocked WhatsApp Users

`GET /block_users`

Get a paginated list of blocked WhatsApp user numbers on your WhatsApp Business number.

## Query parameters

- `limit` integer
- `after` string
- `before` string

## Response `200`

Blocked users retrieved successfully

- BlockUsersGetBlockedUsersResponse — Response payload for getting the list of blocked users
  - `data` BlockUsersGetBlockedUsersDataItem[]
    - `block_users` BlockUsersBlockedUserResult[]
      - `input` string
      - `wa_id` string
  - `paging` BlockUsersPaging
    - `cursors` BlockUsersPagingCursors
      - `after` string
      - `before` string
    - `next` string
    - `previous` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/360dialog/apis/messaging-api.md) · [All operations](https://skmtc.dev/360dialog/apis/messaging-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/360dialog/messaging-api/revisions/74b31f9f8610/schema)
