plannerUserIds resource type
Namespace: microsoft.graph
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
The client defines the properties of an Open Type, and 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.
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
}