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 tooladmin_user.enable· SDKclient.call('admin_user.enable', …) - Events:
admin_user.enabled
Input (JSON Schema)
Section titled “Input (JSON Schema)”{ "properties": { "admin_user_id": { "minLength": 1, "type": "string" } }, "required": [ "admin_user_id" ], "type": "object"}Result (200)
Section titled “Result (200)”{ "additionalProperties": false, "properties": { "admin_user_id": { "type": "string" }, "status": { "type": "string" } }, "required": [ "admin_user_id", "status" ], "type": "object"}Errors
Section titled “Errors”validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)