# Get banned user details
You can return information about a specified banned user.
GET
/banned-users/:id/
Attributes | Type | Required | Description |
---|---|---|---|
id | integer | yes | A unique identifier for an banned user automatically generated by User.com. |
# Request
- CURL
- JavaScript
- PHP
- Python
curl -X GET -H "Authorization: Token <your_64_char_api_key>"
-H "Accept: */*; version=2"
"https://<your_app_subdomain>.user.com/api/public/banned-users/id/"
# Response
{
"id": 36,
"banned_name": "test@mail.pl",
"is_domain": false
}