ESC
Type to search...

MultiTenantOrganization.ReadWrite.All

Export JSON
Export CSV
Copy URL
Print
ApplicationDelegated Read/Write All Resources

Allows the app to read and write all multi-tenant organization details and tenants, without a signed-in user.

Permission data: April 6, 2026 at 4:06 AM UTC
Delegated Access App-Only Access

Permission Details

Application Permission

Read and write all multi-tenant organization details and tenants

Allows the app to read and write all multi-tenant organization details and tenants, without a signed-in user.

Delegated Permission Admin consent required

Read and write multi-tenant organization details and tenants

Allows the app to read and write multi-tenant organization details and tenants on behalf of the signed-in user.

Properties

Microsoft Graph v1.0 exact-category-docs

Properties is shown from stable Microsoft Graph v1.0 metadata.

Property Type Description
createdDateTime DateTimeOffsetNullable Date when multitenant organization was created. Read-only.
description StringNullable Description of the multitenant organization.
displayName StringNullable Display name of the multitenant organization.
id String Tenant-specific object ID for the multitenant organization object. It is automatically generated when a multitenant organization object is created and stored in the local tenant. This ID is tenant-specific and doesn't match the object IDs of the same multitenant organization in other tenants. Read-only. Inherited from entity.
state multiTenantOrganizationState State of the multitenant organization. The possible values are: active, inactive, unknownFutureValue. active indicates the multitenant organization is created. inactive indicates the multitenant organization isn't created. Read-only.
joinRequest object Defines the status of a tenant joining a multitenant organization.
tenants multiTenantOrganizationMember collection Defines tenants added to a multitenant organization.

JSON Representation

Microsoft Graph v1.0 exact-category-docs

JSON representation is shown from stable Microsoft Graph v1.0 metadata.

JSON representation
{
  "@odata.type": "#microsoft.graph.multiTenantOrganization",
  "id": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "displayName": "String",
  "description": "String",
  "state": "String"
}

Relationships

Microsoft Graph v1.0 exact-category-docs

Relationships is shown from stable Microsoft Graph v1.0 metadata.

Relationship Type Description
joinRequest multiTenantOrganizationJoinRequestRecord Defines the status of a tenant joining a multitenant organization.
tenants multiTenantOrganizationMember collection Defines tenants added to a multitenant organization.

Graph Methods

Delegated access App-only access
Exact Microsoft Learn match

Microsoft Graph v1.0 endpoints are mapped directly from refreshed Microsoft Learn permissions tables.

Methods
GET /tenantRelationships/multiTenantOrganization
GET /tenantRelationships/multiTenantOrganization/joinRequest
GET /tenantRelationships/multiTenantOrganization/tenants
GET /tenantRelationships/multiTenantOrganization/tenants/{tenantId}
POST /tenantRelationships/multiTenantOrganization/tenants
PATCH /tenantRelationships/multiTenantOrganization
PATCH /tenantRelationships/multiTenantOrganization/joinRequest
PATCH /tenantRelationships/multiTenantOrganization/tenants/{tenantId}
PUT /tenantRelationships/multiTenantOrganization
DELETE /tenantRelationships/multiTenantOrganization/tenants/{tenantId}
Exact Microsoft Learn match

Microsoft Graph beta endpoints are mapped directly from refreshed Microsoft Learn permissions tables.

Methods
GET /tenantRelationships/multiTenantOrganization
GET /tenantRelationships/multiTenantOrganization/joinRequest
GET /tenantRelationships/multiTenantOrganization/tenants
GET /tenantRelationships/multiTenantOrganization/tenants/{tenantId}
POST /tenantRelationships/multiTenantOrganization/tenants
PATCH /tenantRelationships/multiTenantOrganization
PATCH /tenantRelationships/multiTenantOrganization/joinRequest
PATCH /tenantRelationships/multiTenantOrganization/tenants/{tenantId}
PUT /tenantRelationships/multiTenantOrganization
DELETE /tenantRelationships/multiTenantOrganization/tenants/{tenantId}
Exact Microsoft Learn PowerShell match

Microsoft Graph PowerShell v1.0 commands are mapped directly from refreshed Microsoft Learn PowerShell snippets.

Commands
Get-MgTenantRelationshipMultiTenantOrganization /tenantRelationships/multiTenantOrganization
Get multiTenantOrganization
Get-MgTenantRelationshipMultiTenantOrganizationJoinRequest /tenantRelationships/multiTenantOrganization/joinRequest
Get multiTenantOrganizationJoinRequestRecord
Get-MgTenantRelationshipMultiTenantOrganizationTenant /tenantRelationships/multiTenantOrganization/tenants
List multiTenantOrganizationMembers
Get-MgTenantRelationshipMultiTenantOrganizationTenant /tenantRelationships/multiTenantOrganization/tenants/{tenantId}
Get multiTenantOrganizationMember
New-MgTenantRelationshipMultiTenantOrganizationTenant /tenantRelationships/multiTenantOrganization/tenants
Add multiTenantOrganizationMember
Remove-MgTenantRelationshipMultiTenantOrganizationTenant /tenantRelationships/multiTenantOrganization/tenants/{tenantId}
Remove multiTenantOrganizationMember
Update-MgTenantRelationshipMultiTenantOrganization /tenantRelationships/multiTenantOrganization
Update multiTenantOrganization
Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest /tenantRelationships/multiTenantOrganization/joinRequest
Update multiTenantOrganizationJoinRequestRecord
Update-MgTenantRelationshipMultiTenantOrganizationTenant /tenantRelationships/multiTenantOrganization/tenants/{tenantId}
Update multiTenantOrganizationMember
Exact Microsoft Learn PowerShell match

Microsoft Graph PowerShell beta commands are mapped directly from refreshed Microsoft Learn PowerShell snippets.

Commands
Get-MgBetaTenantRelationshipMultiTenantOrganization /tenantRelationships/multiTenantOrganization
Get multiTenantOrganization
Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest /tenantRelationships/multiTenantOrganization/joinRequest
Get multiTenantOrganizationJoinRequestRecord
Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant /tenantRelationships/multiTenantOrganization/tenants
List multiTenantOrganizationMembers
Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant /tenantRelationships/multiTenantOrganization/tenants/{tenantId}
Get multiTenantOrganizationMember
New-MgBetaTenantRelationshipMultiTenantOrganizationTenant /tenantRelationships/multiTenantOrganization/tenants
Add multiTenantOrganizationMember
Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant /tenantRelationships/multiTenantOrganization/tenants/{tenantId}
Remove multiTenantOrganizationMember
Update-MgBetaTenantRelationshipMultiTenantOrganization /tenantRelationships/multiTenantOrganization
Update multiTenantOrganization
Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest /tenantRelationships/multiTenantOrganization/joinRequest
Update multiTenantOrganizationJoinRequestRecord

Code Examples

C# / .NET SDK
Add multiTenantOrganizationMember
// Code snippets are only available for the latest version. Current version is 5.x

// Dependencies
using Microsoft.Graph.Models;

var requestBody = new MultiTenantOrganizationMember
{
	TenantId = "4a12efe6-aa14-4d03-8dff-88fc89e2e2ad",
	DisplayName = "Fabrikam",
};

// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=csharp
var result = await graphClient.TenantRelationships.MultiTenantOrganization.Tenants.PostAsync(requestBody);
JavaScript
Add multiTenantOrganizationMember
const options = {
	authProvider,
};

const client = Client.init(options);

const multiTenantOrganizationMember = {
  tenantId: '4a12efe6-aa14-4d03-8dff-88fc89e2e2ad',
  displayName: 'Fabrikam'
};

await client.api('/tenantRelationships/multiTenantOrganization/tenants')
	.post(multiTenantOrganizationMember);
PowerShell
Add multiTenantOrganizationMember
Import-Module Microsoft.Graph.Identity.SignIns

$params = @{
	tenantId = "4a12efe6-aa14-4d03-8dff-88fc89e2e2ad"
	displayName = "Fabrikam"
}

New-MgTenantRelationshipMultiTenantOrganizationTenant -BodyParameter $params
Python
Add multiTenantOrganizationMember
# Code snippets are only available for the latest version. Current version is 1.x
from msgraph import GraphServiceClient
from msgraph.generated.models.multi_tenant_organization_member import MultiTenantOrganizationMember
# To initialize your graph_client, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=python
request_body = MultiTenantOrganizationMember(
	tenant_id = "4a12efe6-aa14-4d03-8dff-88fc89e2e2ad",
	display_name = "Fabrikam",
)

result = await graph_client.tenant_relationships.multi_tenant_organization.tenants.post(request_body)

App Registration

1

Navigate to Azure Portal

Go to App registrations in Microsoft Entra admin center

2

Add API Permission

Select your app → API permissions → Add a permission → Microsoft Graph

3

Select Permission Type

Choose Application permissions or delegated permissions and search for MultiTenantOrganization.ReadWrite.All

4

Grant Admin Consent

Application permissions always require admin consent.