Create Plan - Using postman

Anonymous
2022-09-01T08:08:06.097+00:00

Hi

I am trying to create plan using postman. When i posted it showed 403 error in response with the message as "You do not have the required permissions to access this item, or the item may not exist.". I tried giving all the required permissions and yet got stuck with the same issue. I don't know if i am missing something. I just followed the procedure given in the documentation. Could some one clarify the requirements to solve this issue.

236770-image.png

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

Accepted answer
  1. Srinivasa Rao Darna 6,696 Reputation points Microsoft Vendor
    2022-09-01T10:55:21.033+00:00

    Hi @Anonymous ,

    Can you check if your added as a member to the group, sometimes users who are owners get this error add the user as member also even though the user is already added as owner.

    Please refer to teams-owner-cannot-create-planner-tab.

    POST https://graph.microsoft.com/v1.0/planner/plans  
    Content-type: application/json  
      
    {  
      "owner": "{group-guid}",  
      "title": "{title-value}"  
    }  
    

    Also, refer to this documentation with common planner 403 errors.

    Hope this helps.
    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".


0 additional answers

Sort by: Most helpful