Every API here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for apis
7 MCP tools reach this
find_apisBrowse and filter every API in the catalog.
get_api_artifactsOne API's artifacts, grouped by type.
get_openapiThe primary OpenAPI for this API.
find_similar_apisAPIs that look like this one.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This API
curl "https://apis.io/api/v1/apis/microsoft-graph-organization-organization-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Microsoft Graph Admin Admin.admin Organization.organization API
description: 'Microsoft Graph API for managing administrative resources in Microsoft Entra ID.
This API enables administrators to manage Microsoft Edge browser settings, Internet Explorer mode configurations,
site lists, shared browser sites, Microsoft 365 Apps installation options, people insights, service announcements,
SharePoint settings, Copilot administration, directory administrative units, and admin consent policies.'
version: 1.0.0
contact:
name: Microsoft Graph API Support
url: https://developer.microsoft.com/graph
servers:
- url: https://graph.microsoft.com/v1.0
description: Microsoft Graph API v1.0 endpoint
tags:
- name: Organization.organization
x-ms-docs-toc-type: page
paths:
/organization:
description: Provides operations to manage the collection of organization entities.
get:
tags:
- Organization.organization
summary: Microsoft Graph List organizations
description: Retrieve a list of organization objects. There's only one organization object in the collection.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0
operationId: organization.organization.ListOrganization
parameters:
- $ref: '#/components/parameters/top'
- $ref: '#/components/parameters/skip'
- $ref: '#/components/parameters/search'
- $ref: '#/components/parameters/filter'
- $ref: '#/components/parameters/count'
- name: $orderby
in: query
description: Order items by property values
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
type: string
- name: $select
in: query
description: Select properties to be returned
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
type: string
- name: $expand
in: query
description: Expand related entities
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
type: string
responses:
2XX:
$ref: '#/components/responses/microsoft.graph.organizationCollectionResponse'
4XX:
$ref: '#/components/responses/error'
5XX:
$ref: '#/components/responses/error'
x-ms-pageable:
nextLinkName: '@odata.nextLink'
operationName: listMore
x-ms-docs-operation-type: operation
post:
tags:
- Organization.organization
summary: Microsoft Graph Add new entity to organization
operationId: organization.organization.CreateOrganization
requestBody:
description: New entity
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.organization'
required: true
responses:
2XX:
description: Created entity
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.organization'
4XX:
$ref: '#/components/responses/error'
5XX:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
/organization/{organization-id}:
description: Provides operations to manage the collection of organization entities.
parameters:
- name: organization-id
in: path
description: The unique identifier of organization
required: true
schema:
type: string
x-ms-docs-key-type: organization
get:
tags:
- Organization.organization
summary: Microsoft Graph Get organization
description: Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0
operationId: organization.organization.GetOrganization
parameters:
- name: $select
in: query
description: Select properties to be returned
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
type: string
- name: $expand
in: query
description: Expand related entities
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
type: string
responses:
2XX:
description: Retrieved entity
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.organization'
4XX:
$ref: '#/components/responses/error'
5XX:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
patch:
tags:
- Organization.organization
summary: Microsoft Graph Update organization
description: Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization.
externalDocs:
description: Find more info here
url: https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0
operationId: organization.organization.UpdateOrganization
requestBody:
description: New property values
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.organization'
required: true
responses:
2XX:
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.organization'
4XX:
$ref: '#/components/responses/error'
5XX:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
delete:
tags:
- Organization.organization
summary: Microsoft Graph Delete entity from organization
operationId: organization.organization.DeleteOrganization
parameters:
- name: If-Match
in: header
description: ETag
schema:
type: string
responses:
'204':
description: Success
4XX:
$ref: '#/components/responses/error'
5XX:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
/organization/$count:
description: Provides operations to count the resources in the collection.
get:
tags:
- Organization.organization
summary: Microsoft Graph Get the number of the resource
operationId: organization.GetCount-9453
parameters:
- $ref: '#/components/parameters/search'
- $ref: '#/components/parameters/filter'
responses:
2XX:
$ref: '#/components/responses/ODataCountResponse'
4XX:
$ref: '#/components/responses/error'
5XX:
$ref: '#/components/responses/error'
components:
schemas:
ODataCountResponse:
type: integer
format: int32
microsoft.graph.ODataErrors.ErrorDetails:
required:
- code
- message
type: object
properties:
code:
type: string
message:
type: string
target:
type: string
nullable: true
microsoft.graph.organization:
allOf:
- $ref: '#/components/schemas/microsoft.graph.directoryObject'
- title: organization
required:
- '@odata.type'
type: object
properties:
assignedPlans:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.assignedPlan'
description: The collection of service plans associated with the tenant. Not nullable.
businessPhones:
type: array
items:
type: string
description: Telephone number for the organization. Although this property is a string collection, only one number can be set.
city:
type: string
description: City name of the address for the organization.
nullable: true
country:
type: string
description: Country or region name of the address for the organization.
nullable: true
countryLetterCode:
type: string
description: Country or region abbreviation for the organization in ISO 3166-2 format.
nullable: true
createdDateTime:
pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$
type: string
description: 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.
format: date-time
nullable: true
defaultUsageLocation:
type: string
description: Two-letter ISO 3166 country code indicating the default service usage location of an organization.
nullable: true
displayName:
type: string
description: The display name for the tenant.
nullable: true
marketingNotificationEmails:
type: array
items:
type: string
description: Not nullable.
mobileDeviceManagementAuthority:
$ref: '#/components/schemas/microsoft.graph.mdmAuthority'
onPremisesLastSyncDateTime:
pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$
type: string
description: 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.
format: date-time
nullable: true
onPremisesSyncEnabled:
type: boolean
description: 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).
nullable: true
partnerTenantType:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.partnerTenantType'
- type: object
nullable: true
description: '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:
type: string
description: Postal code of the address for the organization.
nullable: true
preferredLanguage:
type: string
description: The preferred language for the organization. Should follow ISO 639-1 Code; for example, en.
nullable: true
privacyProfile:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.privacyProfile'
- type: object
nullable: true
description: The privacy profile of an organization.
provisionedPlans:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.provisionedPlan'
description: Not nullable.
securityComplianceNotificationMails:
type: array
items:
type: string
description: Not nullable.
securityComplianceNotificationPhones:
type: array
items:
type: string
description: Not nullable.
state:
type: string
description: State name of the address for the organization.
nullable: true
street:
type: string
description: Street name of the address for organization.
nullable: true
technicalNotificationMails:
type: array
items:
type: string
description: Not nullable.
tenantType:
type: string
description: 'Not nullable. Can be one of the following types: 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.'
nullable: true
verifiedDomains:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.verifiedDomain'
description: The collection of domains associated with this tenant. Not nullable.
branding:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.organizationalBranding'
- type: object
nullable: true
description: Branding for the organization. Nullable.
x-ms-navigationProperty: true
certificateBasedAuthConfiguration:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration'
description: Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection.
x-ms-navigationProperty: true
extensions:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.extension'
description: The collection of open extensions defined for the organization. Read-only. Nullable.
x-ms-navigationProperty: true
'@odata.type':
type: string
default: '#microsoft.graph.organization'
x-ms-discriminator-value: '#microsoft.graph.organization'
microsoft.graph.certificateAuthority:
title: certificateAuthority
required:
- '@odata.type'
type: object
properties:
certificate:
type: string
description: Required. The base64 encoded string representing the public certificate.
format: base64url
certificateRevocationListUrl:
type: string
description: The URL of the certificate revocation list.
nullable: true
deltaCertificateRevocationListUrl:
type: string
description: The URL contains the list of all revoked certificates since the last time a full certificate revocaton list was created.
nullable: true
isRootAuthority:
type: boolean
description: Required. true if the trusted certificate is a root authority, false if the trusted certificate is an intermediate authority.
issuer:
type: string
description: The issuer of the certificate, calculated from the certificate value. Read-only.
issuerSki:
type: string
description: The subject key identifier of the certificate, calculated from the certificate value. Read-only.
'@odata.type':
type: string
microsoft.graph.certificateBasedAuthConfiguration:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: certificateBasedAuthConfiguration
required:
- '@odata.type'
type: object
properties:
certificateAuthorities:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.certificateAuthority'
description: Collection of certificate authorities which creates a trusted certificate chain.
'@odata.type':
type: string
x-ms-discriminator-value: '#microsoft.graph.certificateBasedAuthConfiguration'
microsoft.graph.layoutTemplateType:
title: layoutTemplateType
enum:
- default
- verticalSplit
- unknownFutureValue
type: string
microsoft.graph.organizationalBrandingLocalization:
allOf:
- $ref: '#/components/schemas/microsoft.graph.organizationalBrandingProperties'
- title: organizationalBrandingLocalization
required:
- '@odata.type'
type: object
properties:
'@odata.type':
type: string
default: '#microsoft.graph.organizationalBrandingLocalization'
x-ms-discriminator-value: '#microsoft.graph.organizationalBrandingLocalization'
microsoft.graph.partnerTenantType:
title: partnerTenantType
enum:
- microsoftSupport
- syndicatePartner
- breadthPartner
- breadthPartnerDelegatedAdmin
- resellerPartnerDelegatedAdmin
- valueAddedResellerPartnerDelegatedAdmin
- unknownFutureValue
type: string
microsoft.graph.verifiedDomain:
title: verifiedDomain
required:
- '@odata.type'
type: object
properties:
capabilities:
type: string
description: For example, Email, OfficeCommunicationsOnline.
nullable: true
isDefault:
type: boolean
description: true if this is the default domain associated with the tenant; otherwise, false.
nullable: true
isInitial:
type: boolean
description: true if this is the initial domain associated with the tenant; otherwise, false.
nullable: true
name:
type: string
description: The domain name; for example, contoso.com.
nullable: true
type:
type: string
description: For example, Managed.
nullable: true
'@odata.type':
type: string
microsoft.graph.extension:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: extension
required:
- '@odata.type'
type: object
properties:
'@odata.type':
type: string
discriminator:
propertyName: '@odata.type'
mapping:
'#microsoft.graph.openTypeExtension': '#/components/schemas/microsoft.graph.openTypeExtension'
microsoft.graph.ODataErrors.InnerError:
title: InnerError
required:
- '@odata.type'
type: object
properties:
request-id:
type: string
description: Request Id as tracked internally by the service
nullable: true
client-request-id:
type: string
description: Client request Id as sent by the client application.
nullable: true
date:
pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$
type: string
description: Date when the error occured.
format: date-time
nullable: true
'@odata.type':
type: string
microsoft.graph.provisionedPlan:
title: provisionedPlan
required:
- '@odata.type'
type: object
properties:
capabilityStatus:
type: string
description: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.
nullable: true
provisioningStatus:
type: string
description: The possible values are:Success - Service is fully provisioned.Disabled - Service is disabled.Error - The service plan isn't provisioned and is in an error state.PendingInput - The service isn't provisioned and is awaiting service confirmation.PendingActivation - The service is provisioned but requires explicit activation by an administrator (for example, Intune_O365 service plan)PendingProvisioning - Microsoft has added a new service to the product SKU and it isn't activated in the tenant.
nullable: true
service:
type: string
description: The name of the service; for example, 'AccessControlS2S'.
nullable: true
'@odata.type':
type: string
microsoft.graph.organizationalBranding:
allOf:
- $ref: '#/components/schemas/microsoft.graph.organizationalBrandingProperties'
- title: organizationalBranding
required:
- '@odata.type'
type: object
properties:
localizations:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.organizationalBrandingLocalization'
description: Add different branding based on a locale.
x-ms-navigationProperty: true
'@odata.type':
type: string
default: '#microsoft.graph.organizationalBranding'
x-ms-discriminator-value: '#microsoft.graph.organizationalBranding'
microsoft.graph.privacyProfile:
title: privacyProfile
required:
- '@odata.type'
type: object
properties:
contactEmail:
type: string
description: A valid smtp email address for the privacy statement contact. Not required.
nullable: true
statementUrl:
type: string
description: A valid URL format that begins with http:// or https://. Maximum length is 255 characters. The URL that directs to the company's privacy statement. Not required.
nullable: true
'@odata.type':
type: string
microsoft.graph.contentCustomization:
title: contentCustomization
required:
- '@odata.type'
type: object
properties:
attributeCollection:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.keyValue'
description: Represents the content options of External Identities to be customized throughout the authentication flow for a tenant.
attributeCollectionRelativeUrl:
type: string
description: A relative URL for the content options of External Identities to be customized throughout the authentication flow for a tenant.
nullable: true
registrationCampaign:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.keyValue'
description: Represents content options to customize during MFA proofup interruptions.
registrationCampaignRelativeUrl:
type: string
description: The relative URL of the content options to customize during MFA proofup interruptions.
nullable: true
'@odata.type':
type: string
microsoft.graph.loginPageLayoutConfiguration:
title: loginPageLayoutConfiguration
required:
- '@odata.type'
type: object
properties:
isFooterShown:
type: boolean
description: Option to show the footer on the sign-in page.
nullable: true
isHeaderShown:
type: boolean
description: Option to show the header on the sign-in page.
nullable: true
layoutTemplateType:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.layoutTemplateType'
- type: object
nullable: true
description: Represents the layout template to be displayed on the login page for a tenant. The possible values are default - Represents the default Microsoft layout with a centered lightbox. verticalSplit - Represents a layout with a background on the left side and a full-height lightbox to the right. unknownFutureValue - Evolvable enumeration sentinel value. Don't use.
'@odata.type':
type: string
microsoft.graph.directoryObject:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: directoryObject
required:
- '@odata.type'
type: object
properties:
deletedDateTime:
pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$
type: string
description: Date and time when this object was deleted. Always null when the object hasn't been deleted.
format: date-time
nullable: true
'@odata.type':
type: string
discriminator:
propertyName: '@odata.type'
mapping:
'#microsoft.graph.administrativeUnit': '#/components/schemas/microsoft.graph.administrativeUnit'
'#microsoft.graph.application': '#/components/schemas/microsoft.graph.application'
'#microsoft.graph.appRoleAssignment': '#/components/schemas/microsoft.graph.appRoleAssignment'
'#microsoft.graph.certificateAuthorityDetail': '#/components/schemas/microsoft.graph.certificateAuthorityDetail'
'#microsoft.graph.certificateBasedAuthPki': '#/components/schemas/microsoft.graph.certificateBasedAuthPki'
'#microsoft.graph.contract': '#/components/schemas/microsoft.graph.contract'
'#microsoft.graph.device': '#/components/schemas/microsoft.graph.device'
'#microsoft.graph.directoryObjectPartnerReference': '#/components/schemas/microsoft.graph.directoryObjectPartnerReference'
'#microsoft.graph.directoryRole': '#/components/schemas/microsoft.graph.directoryRole'
'#microsoft.graph.directoryRoleTemplate': '#/components/schemas/microsoft.graph.directoryRoleTemplate'
'#microsoft.graph.endpoint': '#/components/schemas/microsoft.graph.endpoint'
'#microsoft.graph.extensionProperty': '#/components/schemas/microsoft.graph.extensionProperty'
'#microsoft.graph.group': '#/components/schemas/microsoft.graph.group'
'#microsoft.graph.groupSettingTemplate': '#/components/schemas/microsoft.graph.groupSettingTemplate'
'#microsoft.graph.multiTenantOrganizationMember': '#/components/schemas/microsoft.graph.multiTenantOrganizationMember'
'#microsoft.graph.organization': '#/components/schemas/microsoft.graph.organization'
'#microsoft.graph.orgContact': '#/components/schemas/microsoft.graph.orgContact'
'#microsoft.graph.policyBase': '#/components/schemas/microsoft.graph.policyBase'
'#microsoft.graph.appManagementPolicy': '#/components/schemas/microsoft.graph.appManagementPolicy'
'#microsoft.graph.authorizationPolicy': '#/components/schemas/microsoft.graph.authorizationPolicy'
'#microsoft.graph.crossTenantAccessPolicy': '#/components/schemas/microsoft.graph.crossTenantAccessPolicy'
'#microsoft.graph.identitySecurityDefaultsEnforcementPolicy': '#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy'
'#microsoft.graph.permissionGrantPolicy': '#/components/schemas/microsoft.graph.permissionGrantPolicy'
'#microsoft.graph.stsPolicy': '#/components/schemas/microsoft.graph.stsPolicy'
'#microsoft.graph.activityBasedTimeoutPolicy': '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy'
'#microsoft.graph.claimsMappingPolicy': '#/components/schemas/microsoft.graph.claimsMappingPolicy'
'#microsoft.graph.homeRealmDiscoveryPolicy': '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy'
'#microsoft.graph.tokenIssuancePolicy': '#/components/schemas/microsoft.graph.tokenIssuancePolicy'
'#microsoft.graph.tokenLifetimePolicy': '#/components/schemas/microsoft.graph.tokenLifetimePolicy'
'#microsoft.graph.tenantAppManagementPolicy': '#/components/schemas/microsoft.graph.tenantAppManagementPolicy'
'#microsoft.graph.resourceSpecificPermissionGrant': '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant'
'#microsoft.graph.servicePrincipal': '#/components/schemas/microsoft.graph.servicePrincipal'
'#microsoft.graph.user': '#/components/schemas/microsoft.graph.user'
microsoft.graph.organizationCollectionResponse:
title: Collection of organization
type: object
allOf:
- $ref: '#/components/schemas/BaseCollectionPaginationCountResponse'
- type: object
properties:
value:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.organization'
microsoft.graph.ODataErrors.MainError:
required:
- code
- message
type: object
properties:
code:
type: string
message:
type: string
x-ms-primary-error-message: true
target:
type: string
nullable: true
details:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.ODataErrors.ErrorDetails'
innerError:
$ref: '#/components/schemas/microsoft.graph.ODataErrors.InnerError'
microsoft.graph.assignedPlan:
title: assignedPlan
required:
- '@odata.type'
type: object
properties:
assignedDateTime:
pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$
type: string
description: The date and time at which the plan was assigned. 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.
format: date-time
nullable: true
capabilityStatus:
type: string
description: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.
nullable: true
service:
type: string
description: The name of the service; for example, exchange.
nullable: true
servicePlanId:
pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
type: string
description: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing.
format: uuid
nullable: true
'@odata.type':
type: string
microsoft.graph.keyValue:
title: keyValue
required:
- '@odata.type'
type: object
properties:
key:
type: string
description: Key for the key-value pair.
nullable: true
value:
type: string
description: Value for the key-value pair.
nullable: true
'@odata.type':
type: string
microsoft.graph.organizationalBrandingProperties:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: organizationalBrandingProperties
required:
- '@odata.type'
type: object
properties:
backgroundColor:
type: string
description: 'Color that appears in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF.'
nullable: true
backgroundIm
# --- truncated at 32 KB (166 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/microsoft-graph/refs/heads/main/openapi/microsoft-graph-organization-organization-api-openapi.yml