| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The plannerGroup resource provides access to Planner resources for a group. It doesn't contain any usable properties.
| Method | Return Type | Description |
|---|---|---|
| List group's plans | plannerPlan collection | Get a plannerPlan object collection. |
| Property | Type | Description |
|---|---|---|
| id | String | Read-only. Identifier of the plannerGroup |
| Relationship | Type | Description |
|---|---|---|
| plans | plannerPlan collection | Read-only. Nullable. Returns the plannerPlans owned by the group. |
The following JSON representation shows the resource type.
{
"id": "String (identifier)"
}