Cannot list planner plans for a private group/team if I am just in the owners list and not in the members list

Jean-François Deschênes 1 Reputation point
2022-03-31T18:45:44.997+00:00

This seems like a bug but I cannot list planner plans of a Group or team if I'm a owner but not a member. I would assume that owners would have at least the rights of a member. When creating a private group it is not that bad because I'm added as owner and member, but this is not the case for teams, I have to add myself everytime. I don't see how this makes sense, as a Owner, I should have access to pretty much everything under that team/group.

Just for more info, I am using the call : https://graph.microsoft.com/v1.0/groups/{GROUPID}/planner/plans
I am using it directly in the graph explorer and I get a 403 forbidden.
If I add myself as member and wait for some time, it will eventually return them.
I removed myself as a member again, waited for some time and got the 403s again so it is really because I am not a member.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. CarlZhao-MSFT 37,296 Reputation points
    2022-04-01T02:54:28.447+00:00

    Hi @Jean-François Deschênes

    I know it's easy to misunderstand, but it's what it is. Even if you are already the owner of the group, but you still need to add you to the members list. See the official doc:

    Note: The user who is creating the plan must be a member of the group that will own the plan. When you create a new group by using Create group, you are not added to the group as a member. After the group is created, add yourself as a member by using group post members.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.