Routescope APIRoutescope API

Manage User Status

👨‍đŸ’ŧ Admin privileges required

POST
/api/user/manage
curl -X POST "https://api.routescope.ai/api/user/manage" \  -H "Content-Type: application/json" \  -d '{}'
Empty

Request Body

application/json

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

Response Body

Last updated on