Management APIUser management
Manage User Status
šØāš¼ Admin privileges required
Request Body
application/json
id?integer
action?string
Value in
"disable" | "enable" | "delete" | "promote" | "demote"Response Body
curl -X POST "https://loading/api/user/manage" \ -H "Content-Type: application/json" \ -d '{}'Empty
How is this guide?