---
title: "Get User Ban Details"
method: GET
path: "/{site_id}/bans/{id}"
tags: ["users"]
---

# Get User Ban Details

`GET /{site_id}/bans/{id}`

Returns the ban details for a user. Requires ban ID which is returned when creating a ban.

## Path parameters

- `site_id` string, required
- `id` string, required

## Response `200`

OK

- Ban — A simplified Ban object from the legacy V2 API
  - `uuid` string, uuid
  - `user_uuid` string, uuid
  - `ban_level` 'ghost' | 'hide' | 'posting' | 'login' | 'none' — Severity level of ban
  - `is_expired` boolean
  - `user_notes` string

---

[API](https://skmtc.net/viafoura/apis/engagement-api.md) · [All operations](https://skmtc.net/viafoura/apis/engagement-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/viafoura/engagement-api/versions/ea12eb6ecdc1/schema)
