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.
List tasks 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 is a JSON representation of the resource.

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