Principle of Least Privilege

Whenever possible, a system should minimize access capabilities depending on the user's role or job.

This behavior is called the Principle of Least Privilege, and its purpose it to prevent possible mistakes, misuse, or abuse by the user of sensitive data.

Systems that define such 'scopes' of access also provide ways of requesting the elevation of one's privileges when needed.