plannerUserIds 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.
The plannerUserIds resource represents the list of users IDs that a plan is shared with and is an Open Type. If you're using Microsoft 365 groups, use the Groups API to manage group membership to share the group's plan. You can also add existing members of the group to this collection though it isn't required for them to access the plan owned by the group.
Properties
Properties of an Open Type can be defined by the client. In this case, the client should provide user IDs as properties with their values being the true
Boolean. When user IDs are no longer shared with, properties are automatically removed by setting their values to the false
Boolean.
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"String-value": true
}
Example
{
"400723e1-102b-43aa-aba9-f35524827084": true, // property name is user id
"f117339e-c914-4a9c-9b66-1c062b027556": true,
"e886d105-23b9-47e2-bde1-757e75ee4a28": true
}