Allows the app to read and write multi-tenant organization details and tenants on behalf of the signed-in user.
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the MultiTenantOrganization.ReadWrite.All permission.
If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant
Category
Application
Delegated
Identifier
920def01-ca61-4d2d-b3df-105b46046a70
77af1528-84f3-4023-8d90-d219cd433108
DisplayText
Read and write all multi-tenant organization details and tenants
Read and write multi-tenant organization details and tenants
Description
Allows the app to read and write all multi-tenant organization details and tenants, without a signed-in user.
Allows the app to read and write multi-tenant organization details and tenants on behalf of the signed-in user.
Date when multitenant organization was created. Read-only.
description
String
Description of the multitenant organization.
displayName
String
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.
Tenant ID of the Microsoft Entra tenant that added a tenant to the multitenant organization. To reset a failed join request, set addedByTenantId to 00000000-0000-0000-0000-000000000000. Required.
memberState
multiTenantOrganizationMemberState
State of the tenant in the multitenant organization. The possible values are: pending, active, removed, unknownFutureValue. Tenants in the pending state must join the multitenant organization to participate in the multitenant organization. Tenants in the active state can participate in the multitenant organization. Tenants in the removed state are in the process of being removed from the multitenant organization. Read-only.
role
multiTenantOrganizationMemberRole
Role of the tenant in the multitenant organization. The possible values are: owner, member (default), unknownFutureValue. Tenants with the owner role can manage the multitenant organization. There can be multiple tenants with the owner role in a multitenant organization. Tenants with the member role can participate in a multitenant organization.
Tenant ID of the tenant that added the tenant to the multitenant organization. Read-only.
addedDateTime
DateTimeOffset
Date and time when the tenant was added to the multitenant organization. Read-only.
displayName
String
Display name of the tenant added to the multitenant organization.
joinedDateTime
DateTimeOffset
Date and time when the tenant joined the multitenant organization. Read-only.
role
multiTenantOrganizationMemberRole
Role of the tenant in the multitenant organization. The possible values are: owner, member (default), unknownFutureValue. Tenants with the owner role can manage the multitenant organization but tenants with the member role can only participate in a multitenant organization. There can be multiple tenants with the owner role in a multitenant organization.
state
multiTenantOrganizationMemberState
State of the tenant in the multitenant organization. The possible values are: pending, active, removed, unknownFutureValue. Tenants in the pending state must join the multitenant organization to participate in the multitenant organization. Tenants in the active state can participate in the multitenant organization. Tenants in the removed state are in the process of being removed from the multitenant organization. Read-only.
tenantId
String
Tenant ID of the Microsoft Entra tenant added to the multitenant organization. Set at the time tenant is added.
Supports $filter. Key.
transitionDetails
multiTenantOrganizationMemberTransitionDetails
Details of the processing status for a tenant in a multitenant organization. Read-only. Nullable.