You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Represents the Microsoft Entra tenant that the user or application is authenticated to.
ms.localizationpriority
high
author
suawat
ms.reviewer
alvarorahul, iamut
ms.subservice
entra-directory-management
doc_type
resourcePageType
ms.date
05/23/2024
organization resource type
Namespace: microsoft.graph
Represents the Microsoft Entra tenant that the user or application is authenticated to. Only the read and update operations are supported on this resource. Inherits from directoryObject.
This resource lets you add your own data to custom properties using extensions.
The collection of service plans associated with the tenant. Not nullable.
businessPhones
String collection
Telephone number for the organization. Although this property is a string collection, only one number can be set.
city
String
City name of the address for the organization.
country
String
Country or region name of the address for the organization.
countryLetterCode
String
Country or region abbreviation for the organization in ISO 3166-2 format.
createdDateTime
DateTimeOffset
Timestamp of when the organization was created. The value can't be modified and is automatically populated when the organization is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
defaultUsageLocation
String
Two-letter ISO 3166 country code indicating the default service usage location of an organization.
deletedDateTime
DateTimeOffset
Represents date and time of when the Microsoft Entra tenant was deleted using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
displayName
String
The display name for the tenant.
id
String
The tenant ID, a unique identifier representing the organization (or tenant). Inherited from directoryObject. Key. Not nullable. Read-only.
isMultipleDataLocationsForServicesEnabled
Boolean
true if organization is Multi-Geo enabled; false if the organization isn't Multi-Geo enabled; null (default). Read-only. For more information, see OneDrive Online Multi-Geo.
marketingNotificationEmails
String collection
Not nullable.
onPremisesLastSyncDateTime
DateTimeOffset
The time and date at which the tenant was last synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
onPremisesSyncEnabled
Boolean
true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced. Nullable. null if this object isn't synced from on-premises active directory (default).
partnerTenantType
partnerTenantType
The type of partnership this tenant has with Microsoft. The possible values are: microsoftSupport, syndicatePartner, breadthPartner, breadthPartnerDelegatedAdmin, resellerPartnerDelegatedAdmin, valueAddedResellerPartnerDelegatedAdmin, unknownFutureValue. Nullable. For more information about the possible types, see partnerTenantType values.
postalCode
String
Postal code of the address for the organization.
preferredLanguage
String
The preferred language for the organization. Should follow ISO 639-1 Code; for example, en.
AAD - An enterprise identity access management (IAM) service that serves business-to-employee and business-to-business (B2B) scenarios.
AAD B2C An identity access management (IAM) service that serves business-to-consumer (B2C) scenarios.
CIAM - A customer identity & access management (CIAM) solution that provides an integrated platform to serve consumers, partners, and citizen scenarios.
The collection of domains associated with this tenant. Not nullable.
partnerTenantType values
Member
Description
microsoftSupport
Legacy support tenant of Microsoft that was used to provide administrative support to all customer tenants.
breadthPartner
The partner can provide administrative support for their customers. However, the partner isn't allowed to resell to or request delegated admin permissions from customers.
breadthPartnerDelegatedAdmin
Similar to Breadth Partner except they can request for delegated admin permissions (DAP) from customer tenants.
syndicatePartner
The partner exclusively resells and manages Microsoft 365 and Intune for their customers. The customer can't buy more subscriptions directly or through other Microsoft partners.
resellerPartnerDelegatedAdmin
The partner that can resell and manage Microsoft 365 and Intune for their customers. There's no exclusivity clause like for syndication partners. The customer can buy more subscriptions directly from Microsoft or through other Microsoft partners.
valueAddedResellerPartnerDelegatedAdmin
They're Tier 2 partners. They're Microsoft partners that have a relationship with another Microsoft partner such as a reseller.
Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection.