plannerRosterMember resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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": []
}