TokenStreamTokenStream
User GuideInstallationAPI ReferenceAI ApplicationsHelp & SupportBusiness Cooperation
Management APIUser management

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://loading/api/user/manage" \  -H "Content-Type: application/json" \  -d '{}'
Empty

How is this guide?