plannerGroup resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

The plannerGroup resource provides access to Planner resources for a group. It doesn't contain any usable properties.

Methods

Method Return Type Description
List plans plannerPlan collection Get a plannerPlan object collection.

Properties

Property Type Description
id String Read-only. Identifier of the plannerGroup

Relationships

Relationship Type Description
plans plannerPlan collection Read-only. Nullable. Returns the plannerPlans owned by the group.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "String (identifier)"
}