| Header | Value |
| Session | The ticket received from Authorization Request |
| Content-Type | application/json |
| Field | Value |
| command | toggleLock |
| id | The ID of the user to lock/unlock |
{
"command": "toggleLock",
"id": "manager"
}
{
"status": "OK"
}
{
"status": "Error",
"reason": "Unknown user"
}