Skip to content
v0.3

admin_user.enable

Re-enable a disabled operator: they can log in again (no session is restored — they sign in afresh).

  • Scope: admin.users.write
  • System: no
  • Reachable from: POST /v1/commands/admin_user.enable (tenant credential) · MCP tool admin_user.enable · SDK client.call('admin_user.enable', …)
  • Events: admin_user.enabled
{
"properties": {
"admin_user_id": {
"minLength": 1,
"type": "string"
}
},
"required": [
"admin_user_id"
],
"type": "object"
}
{
"additionalProperties": false,
"properties": {
"admin_user_id": {
"type": "string"
},
"status": {
"type": "string"
}
},
"required": [
"admin_user_id",
"status"
],
"type": "object"
}

validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)