Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 1.77 KB

File metadata and controls

63 lines (49 loc) · 1.77 KB
title plannerUser resource type
description Provides access to Planner resources for a user.
ms.localizationpriority medium
author TarkanSevilmis
ms.subservice planner
doc_type resourcePageType
ms.date 05/23/2024

plannerUser resource type

Namespace: microsoft.graph

Provides access to Planner resources for a user. It doesn't contain any usable properties.

Methods

Method Return Type Description
List plans plannerPlan collection Get a plannerPlan object collection.
Get tasks for user plannerTask collection Get a plannerTask object collection.

Properties

Property Type Description
id String Read-only. The unique identifier for the plannerUser object.

Relationships

Relationship Type Description
plans plannerPlan collection Read-only. Nullable. Returns the plannerTasks assigned to the user.
tasks plannerTask collection Read-only. Nullable. Returns the plannerPlans shared with the user.

JSON representation

The following JSON representation shows the resource type.

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