User Management
Authentication, profile management, and user operations
8 toolsuser
User Change Password
/// Tier: T2-P (∝ Irreversibility — credential rotation)
no params
User Create
/// Tier: T2-C (∃ + ∂ + μ — identity creation with auth boundary)
no params
User List
User List
no params
User Lock
/// Tier: T2-P (ς State — account state: Active → Locked)
no params
User Login
/// Tier: T2-C (κ + ς + ν — verify credentials, create time-bounded session)
no params
User Logout
/// Tier: T2-P (ς State — session lifecycle transition)
no params
User Status
User Status
no params
User Unlock
/// Tier: T2-P (ς State — account state: Locked → Active)
no params