plannerUserIds resource type
Namespace: microsoft.graph
The plannerUserIds resource represents the list of users ids that a plan is shared with. This is an Open Type. If you are leveraging 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 is not 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.
JSON representation
Here is a JSON representation of the resource
{
"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
}
Feedback
Submit and view feedback for