How can I Restrict access to view-only on MS Planner Tasks

M Alkhalifa 1 Reputation point
2021-11-22T06:04:53.597+00:00

I'd like to know if currently MS Planner support setting view/read-only permissions for tasks. ?

I need the employees who assigned tasks to them can view/read-only the task without marking it as completed.

can you please tell me how can I do that?

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
    2021-11-22T08:32:35.287+00:00

    You can grant Tasks.Read delegation permission to the application, and then use the auth code flow to log in to your user and get the token, then the user will have read-only permission and cannot update tasks.


    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.