organization resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

The organization resource represents an instance of global settings and resources which operate and are provisioned at the tenant-level.

Methods

Method Return Type Description
List organizations organization collection List properties and relationships of the organization objects.
Get organization organization Read properties and relationships of the organization object.
Update organization organization Update the properties of a organization object.
setMobileDeviceManagementAuthority action Int32 Set mobile device management authority

Properties

Property Type Description
id String The GUID for the object.
mobileDeviceManagementAuthority mdmAuthority Mobile device management authority. Possible values are: unknown, intune, sccm, office365.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.organization",
  "id": "String (identifier)",
  "mobileDeviceManagementAuthority": "String"
}