Nova RouterNova Router
Quick StartAPI ReferenceAgent Tool Integrations

Manage User Status

👨‍💼 Admin privileges required

POST
/api/user/manage

Request Body

application/json

id?integer
action?string
Value in"disable" | "enable" | "delete" | "promote" | "demote"

Response Body

curl -X POST "https://router.bit-tech.com.cn/api/user/manage" \  -H "Content-Type: application/json" \  -d '{}'
Empty

How is this guide?