NIST 800-53 treats user management as a critical control area. It defines strict requirements for creating, maintaining, and removing user accounts. These controls ensure that only authorized people can access systems, and that permissions match their role. Mismanaged accounts are a direct path to breaches, privilege escalation, and data loss.
The key control family for this is Access Control (AC). Within it, AC-2 covers account management in detail: creating accounts based on policy, assigning roles with the least privilege, monitoring for inactive accounts, and disabling credentials when no longer needed. Linked controls like AC-3 (Access Enforcement) and AC-5 (Separation of Duties) support these requirements and prevent single points of failure.
NIST 800-53 user management also demands auditing. Every change — creation, modification, disabling — must be logged. These logs must be protected against tampering and retained according to policy. Controls like AU-2 (Event Logging) and AU-6 (Audit Review) integrate with account management to create a continuous chain of accountability.