Planner tasks endpoint always returns a 403?Planner - Update task: UnknownErrorCan Not Create Planner Plan duo lack of permissionpermissions needed for microsoft graph planner tasks?Read co-workers planner tasksMicrosoft graph api- Planner permissionsIssue with calendar attachments in group event(s)Graph Explorer Get Planner TasksHow to fix the permission problem with Graph Explorer for my own tasks?Filtering objects by date in MS Graph

What is the question mark?

Figure with one caption below and one caption/legend on the side

What's the point of writing that I know will never be used or read?

Does writing regular diary entries count as writing practice?

100 Years of GCHQ - A quick afternoon puzzle!

What's a good pattern to calculate a variable only when it is used the first time?

Units of measurement, especially length, when body parts vary in size among races

How would armour (and combat) change if the fighter didn't need to actually wear it?

Did Michelle Obama have a staff of 23; and Melania have a staff of 4?

When did Bilbo and Frodo learn that Gandalf was a Maia?

Understanding a part of the proof that sequence that converges to square root of two is decreasing.

Why don't modern jet engines use forced exhaust mixing?

What should I do with the stock I own if I anticipate there will be a recession?

Quick destruction of a helium filled airship?

Why does Japan use the same type of AC power outlet as the US?

Why do we use low resistance cables to minimize power losses?

How do I pass a "list of lists" as the argument to a function of the form F[x,y]?

Doesn't the speed of light limit imply the same electron can be annihilated twice?

What is the fastest way to level past 95 in Diablo II?

Do I need to start off my book by describing the character's "normal world"?

Why does "auf der Strecke bleiben" mean "to fall by the wayside"?

Insert or push_back to end of a std::vector?

Are there any cons in using rounded corners for bar graphs?

Weird resistor with dots around it on the schematic



Planner tasks endpoint always returns a 403?


Planner - Update task: UnknownErrorCan Not Create Planner Plan duo lack of permissionpermissions needed for microsoft graph planner tasks?Read co-workers planner tasksMicrosoft graph api- Planner permissionsIssue with calendar attachments in group event(s)Graph Explorer Get Planner TasksHow to fix the permission problem with Graph Explorer for my own tasks?Filtering objects by date in MS Graph






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I'm attempting to get tasks assigned to a specific user from the Graph API, so based off of the sample query in the graph explorer i'm using this endpoint



https://graph.microsoft.com/v1.0/users/<user-email>/planner/tasks



Which works fine for whatever user I'm signed in as, but attempting to get tasks for a user I'm not signed in as will always return with a 403 and say I don't have the required permissions. Group.ReadWrite.All is granted by admin, and according to the graph docs, that should be fine, but no luck.



I've also just created a new demo tenant and one by one granted permissions in the graph explorer with admin and still no luck! So i'm doubting the issue really is permissions. And for the record I've tried v1.0 and beta endpoints, and I've attempted this in a SPFx Web Part, and it doesn't work in practice either.



Not sure that it will help, but this is what is being returned each time:




"error":
"code": "",
"message": "You do not have the required permissions to access this item.",
"innerError":
"request-id": "b02e3529-a4ae-4825-b4e6-7fc9b1fa228e",
"date": "2019-03-27T12:28:41"





Anyone else ran into this issue or know of a workaround?










share|improve this question
































    0















    I'm attempting to get tasks assigned to a specific user from the Graph API, so based off of the sample query in the graph explorer i'm using this endpoint



    https://graph.microsoft.com/v1.0/users/<user-email>/planner/tasks



    Which works fine for whatever user I'm signed in as, but attempting to get tasks for a user I'm not signed in as will always return with a 403 and say I don't have the required permissions. Group.ReadWrite.All is granted by admin, and according to the graph docs, that should be fine, but no luck.



    I've also just created a new demo tenant and one by one granted permissions in the graph explorer with admin and still no luck! So i'm doubting the issue really is permissions. And for the record I've tried v1.0 and beta endpoints, and I've attempted this in a SPFx Web Part, and it doesn't work in practice either.



    Not sure that it will help, but this is what is being returned each time:




    "error":
    "code": "",
    "message": "You do not have the required permissions to access this item.",
    "innerError":
    "request-id": "b02e3529-a4ae-4825-b4e6-7fc9b1fa228e",
    "date": "2019-03-27T12:28:41"





    Anyone else ran into this issue or know of a workaround?










    share|improve this question




























      0












      0








      0








      I'm attempting to get tasks assigned to a specific user from the Graph API, so based off of the sample query in the graph explorer i'm using this endpoint



      https://graph.microsoft.com/v1.0/users/<user-email>/planner/tasks



      Which works fine for whatever user I'm signed in as, but attempting to get tasks for a user I'm not signed in as will always return with a 403 and say I don't have the required permissions. Group.ReadWrite.All is granted by admin, and according to the graph docs, that should be fine, but no luck.



      I've also just created a new demo tenant and one by one granted permissions in the graph explorer with admin and still no luck! So i'm doubting the issue really is permissions. And for the record I've tried v1.0 and beta endpoints, and I've attempted this in a SPFx Web Part, and it doesn't work in practice either.



      Not sure that it will help, but this is what is being returned each time:




      "error":
      "code": "",
      "message": "You do not have the required permissions to access this item.",
      "innerError":
      "request-id": "b02e3529-a4ae-4825-b4e6-7fc9b1fa228e",
      "date": "2019-03-27T12:28:41"





      Anyone else ran into this issue or know of a workaround?










      share|improve this question
















      I'm attempting to get tasks assigned to a specific user from the Graph API, so based off of the sample query in the graph explorer i'm using this endpoint



      https://graph.microsoft.com/v1.0/users/<user-email>/planner/tasks



      Which works fine for whatever user I'm signed in as, but attempting to get tasks for a user I'm not signed in as will always return with a 403 and say I don't have the required permissions. Group.ReadWrite.All is granted by admin, and according to the graph docs, that should be fine, but no luck.



      I've also just created a new demo tenant and one by one granted permissions in the graph explorer with admin and still no luck! So i'm doubting the issue really is permissions. And for the record I've tried v1.0 and beta endpoints, and I've attempted this in a SPFx Web Part, and it doesn't work in practice either.



      Not sure that it will help, but this is what is being returned each time:




      "error":
      "code": "",
      "message": "You do not have the required permissions to access this item.",
      "innerError":
      "request-id": "b02e3529-a4ae-4825-b4e6-7fc9b1fa228e",
      "date": "2019-03-27T12:28:41"





      Anyone else ran into this issue or know of a workaround?







      microsoft-graph






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 27 at 18:43









      Marc LaFleur

      22.1k3 gold badges21 silver badges35 bronze badges




      22.1k3 gold badges21 silver badges35 bronze badges










      asked Mar 27 at 12:34









      AhoySceneBoyAhoySceneBoy

      201 silver badge5 bronze badges




      201 silver badge5 bronze badges

























          1 Answer
          1






          active

          oldest

          votes


















          1














          Reading tasks for other people is not allowed. We are investigating app-only request support, which should enable this scenario.






          share|improve this answer
























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55377339%2fplanner-tasks-endpoint-always-returns-a-403%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            Reading tasks for other people is not allowed. We are investigating app-only request support, which should enable this scenario.






            share|improve this answer





























              1














              Reading tasks for other people is not allowed. We are investigating app-only request support, which should enable this scenario.






              share|improve this answer



























                1












                1








                1







                Reading tasks for other people is not allowed. We are investigating app-only request support, which should enable this scenario.






                share|improve this answer













                Reading tasks for other people is not allowed. We are investigating app-only request support, which should enable this scenario.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 27 at 14:43









                Tarkan SevilmisTarkan Sevilmis

                5462 silver badges6 bronze badges




                5462 silver badges6 bronze badges





















                    Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







                    Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.



















                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55377339%2fplanner-tasks-endpoint-always-returns-a-403%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

                    은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현