| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a member of a plannerRoster.
Inherits from entity.
| 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. |
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.plannerRosterMember",
"id": "String (identifier)",
"userId": "String",
"tenantId": "String",
"roles": []
}