Skip to content

Commit 96100f5

Browse files
FaithOmbongiMicrosoft Graph DevX Tooling
andauthored
Tenants overview (#28676)
* Tenants overview * Updates * Updates + add more images * Add overview to TOC * Refreshed icons * Update reference TOC * Updates * updates --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
1 parent b0fc12b commit 96100f5

7 files changed

Lines changed: 106 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "Overview of tenant management APIs in Microsoft Graph"
3+
description: "Use Microsoft Graph tenant management APIs to configure, govern, and protect tenants at scale."
4+
author: "FaithOmbongi"
5+
ms.author: "ombongifaith"
6+
ms.localizationpriority: high
7+
doc_type: conceptualPageType
8+
ms.subservice: "entra-directory-management"
9+
ms.topic: overview
10+
ms.date: 04/17/2026
11+
# Customer intent: As a developer integrating with Microsoft Graph, I want to know which tenant management APIs are available so I can choose the right APIs to programmatically manage my organization's tenant configurations and governance at scale.
12+
---
13+
14+
# Overview of tenant management APIs in Microsoft Graph
15+
16+
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
17+
18+
Tenants are the foundation of your organization's cloud environment, providing the boundaries for collaboration, identity, access, and resource management. Microsoft Graph provides a growing set of APIs to programmatically manage, configure, and govern those tenants at scale - from maintaining consistent settings to establishing cross-tenant governance relationships.
19+
20+
## Available services and APIs
21+
22+
23+
[!INCLUDE [tenant-management-overview](../../includes/tenant-management-overview.md)]

api-reference/beta/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ items:
114114
displayName: Microsoft Teams
115115
- name: Tenants
116116
href: toc/tenants/toc.yml
117+
displayName: tenant management, tenant configuration, tenant governance, Lighhouse, cross-tenant access, multitenant, backup
117118
- name: To-do tasks
118119
href: toc/to-do-tasks/toc.yml
119120
displayName: Microsoft To Do

api-reference/beta/toc/tenants/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# GENERATED FILE - DO NOT EDIT
33
#
44
items:
5+
- name: Overview
6+
href: ../../resources/tenants-overview.md
57
- name: Configuration management
68
items:
79
- name: Overview

api-reference/beta/toc/toc.mapping.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3679,6 +3679,16 @@
36793679
{
36803680
"name": "Tenants",
36813681
"shouldSort": true,
3682+
"overview": "../../resources/tenants-overview.md",
3683+
"keywords": [
3684+
"tenant management",
3685+
"tenant configuration",
3686+
"tenant governance",
3687+
"Lighhouse",
3688+
"cross-tenant access",
3689+
"multitenant",
3690+
"backup"
3691+
],
36823692
"childNodes": [
36833693
{
36843694
"name": "Configuration management",
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Manage your tenants by using Microsoft Graph
3+
description: Manage your tenants by using Microsoft Graph
4+
author: FaithOmbongi
5+
ms.author: ombongifaith
6+
ms.date: 04/17/2026
7+
ms.topic: include
8+
ms.subservice: non-product-specific
9+
---
10+
11+
---
12+
:::image type="icon" source="/graph/images/tenants/configuration-icon.svg" alt-text="" border="false":::
13+
14+
### [Configuration management](/graph/api/resources/unified-tenant-configuration-management-api-overview)
15+
16+
Define a baseline of your tenant configuration settings and monitor them over time. Detect and resolve configuration drift across workloads such as conditional access policies, security defaults, and identity providers.
17+
18+
---
19+
20+
:::image type="icon" source="/graph/images/tenants/governance-icon.svg" alt-text="" border="false":::
21+
22+
### [Governance](/graph/api/resources/tenantgovernanceservices-tenantgovernance-overview)
23+
24+
Discover related tenants and establish governance relationships at scale. Configure cross-tenant delegated administration, manage multi-tenant applications across governed tenants, and enforce consistent governance policies.
25+
26+
:::image type="content" source="/graph/images/preview-label.png" alt-text="Available on beta only.":::
27+
28+
---
29+
30+
<!--
31+
ICON GUIDELINES
32+
===============
33+
- Add a square icon (~100x100px PNG) to /api-reference/beta/media/icons/
34+
- Use the naming convention: tenants-<category>.png
35+
- icon type images do not need alt text (leave alt-text="" )
36+
-->
Lines changed: 17 additions & 0 deletions
Loading
Lines changed: 17 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)