Delegated Administration
Delegated administration is a way of handing out limited administrative control so that specific users or groups can manage certain resources or functions without being given full, central control over everything. Instead of a single central IT team managing every task, some of that work is distributed to designated people who are trusted to manage a defined scope. This spreads out administrative responsibility while keeping each delegate's authority bounded.
Delegated administration is a decentralized model for distributing administrative rights, in which a central authority grants assigned users or groups scoped permissions to perform a defined subset of administrative tasks over particular resources, applications, or directory objects. It is commonly implemented using role-based access control (RBAC), where administrative duties are decentralized through delegation of specific admin roles rather than granting broad, central privileges. As an administrative and governance concern, it typically governs who may manage roles, groups, or accounts and within what scope; the underlying capabilities, scopes, and relationship models vary by platform (for example, AWS IAM Identity Center delegates administrative tasks to a registered member account, while Microsoft Entra ID and Microsoft 365 support delegated administration relationships and RBAC-based delegation). The precise granularity, boundaries, and enforcement mechanisms depend on vendor and deployment configuration.
Why it matters
As organizations grow, concentrating all administrative authority in a single central IT team becomes a bottleneck and a risk. Delegated administration lets an organization distribute operational workload to the people closest to a given resource, application, or business unit while keeping each delegate's authority bounded to a defined scope. This supports the principle of least privilege at the administrative tier: rather than granting broad, central privileges to many people simply so they can handle routine tasks, an organization can grant narrowly scoped admin roles that cover only what a delegate needs to manage.
The governance stakes are significant because administrative privileges are among the most sensitive an identity system can grant. Poorly bounded delegation can create paths to privilege escalation or allow a delegate to modify roles, groups, or accounts outside their intended scope. Because the granularity and enforcement of these boundaries vary by vendor and deployment configuration, an organization cannot assume that a delegated role behaves identically across platforms. This makes delegated administration a recurring subject of access reviews, certification, and segregation-of-duties analysis, since delegated admin rights should be periodically re-validated rather than granted and forgotten.
Delegated administration also has direct operational relevance in multi-tenant and partner-managed environments. For example, Microsoft's delegated administration relationships allow technicians at a Cloud Solution Provider (CSP) to administer Microsoft services such as Microsoft 365 and Dynamics on behalf of a customer, meaning the boundaries of that relationship directly govern how much external control a partner holds over a tenant. Understanding and constraining these relationships is essential to preventing over-broad external access.
Who it's relevant to
Inside Delegated Administration
Common questions
Answers to the questions practitioners most commonly ask about Delegated Administration.