Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.6 KB

File metadata and controls

61 lines (47 loc) · 1.6 KB
title plannerGroup resource type
description The **plannerGroup** resource provides access to Planner resources for a group. It doesn't contain any usable properties.
ms.localizationpriority medium
author TarkanSevilmis
ms.subservice planner
doc_type resourcePageType
ms.date 05/23/2024

plannerGroup resource type

Namespace: microsoft.graph

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 for group 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)"
}