curl --request GET \
--url http://localhost:8080/cabinet/admin/ban-system/users/{email}{
"email": "<string>",
"unique_ip_count": 0,
"total_requests": 0,
"limit": 123,
"is_over_limit": false,
"blocked_count": 0,
"ips": [],
"recent_requests": [],
"network_type": "<string>"
}Get detailed user information.
curl --request GET \
--url http://localhost:8080/cabinet/admin/ban-system/users/{email}{
"email": "<string>",
"unique_ip_count": 0,
"total_requests": 0,
"limit": 123,
"is_over_limit": false,
"blocked_count": 0,
"ips": [],
"recent_requests": [],
"network_type": "<string>"
}Successful Response
Detailed user information.
Show child attributes
Show child attributes