简体   繁体   中英

Create Private Planner plans using graph api

How to create Private Plans for a group from graph api. the plans currently created using the

POST https://graph.microsoft.com/v1.0/planner/plans Content-type: application/json

{ "owner": "ebf3b108-5234-4e22-b93d-656d7dae5874", "title": "title-value" }

this is currently creating a public plan.

Plans don't have their own separate access control. The access to them is entirely controlled by what they are contained in (in this case, a group). To prevent a plan from being viewed by people outside of a group, the group should be configured to be "private".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM