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;
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
add a comment |
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
add a comment |
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
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
microsoft-graph
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
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Reading tasks for other people is not allowed. We are investigating app-only request support, which should enable this scenario.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Reading tasks for other people is not allowed. We are investigating app-only request support, which should enable this scenario.
add a comment |
Reading tasks for other people is not allowed. We are investigating app-only request support, which should enable this scenario.
add a comment |
Reading tasks for other people is not allowed. We are investigating app-only request support, which should enable this scenario.
Reading tasks for other people is not allowed. We are investigating app-only request support, which should enable this scenario.
answered Mar 27 at 14:43
Tarkan SevilmisTarkan Sevilmis
5462 silver badges6 bronze badges
5462 silver badges6 bronze badges
add a comment |
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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