Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 2.41 KB

File metadata and controls

60 lines (49 loc) · 2.41 KB
title plannerRosterMember resource type
description Represents a member of a plannerRoster.
author tarkansevilmis
ms.localizationpriority medium
ms.subservice planner
doc_type resourcePageType
ms.date 07/22/2024

plannerRosterMember resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a member of a plannerRoster.

Inherits from entity.

Methods

Method Return type Description
List roster's members plannerRosterMember collection Get a list of the plannerRosterMember objects and their properties.
Add a member to roster plannerRosterMember Create a new plannerRosterMember object.
Get roster's member plannerRosterMember Read the properties and relationships of a plannerRosterMember object.
Remove a member from roster None Deletes a plannerRosterMember object.

Properties

Property Type Description
id String The identifier of the plannerRosterMember. Inherited from entity
roles String collection Additional roles associated with the PlannerRosterMember, which determines permissions of the member in the plannerRoster. Currently there are no available roles to assign, and every member has full control over the contents of the plannerRoster.
tenantId String Identifier of the tenant the user belongs to. Currently only the users from the same tenant can be added to a plannerRoster.
userId String Identifier of the user.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.plannerRosterMember",
  "id": "String (identifier)",
  "userId": "String",
  "tenantId": "String",
  "roles": []
}