API Permissions For A user

Alex Koehler 1 Reputation point
2021-08-09T21:41:20.87+00:00

I am looking to use the Microsoft Graph QL API to post messages to users about documents that need approval. I am having trouble setting the permissions for a single user.

I want to have a single user that no one would have access to programmatically send messaged out either through a channel or a direct message.

Are there any guides or can someone assist me in doing this I am not sure what other information I need to provide.

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

1 answer

Sort by: Most helpful
  1. JosephXu-MSFT 531 Reputation points
    2021-08-11T08:09:37.703+00:00

    Hi @Alex Koehler When we add API Permissions in an app, then the users of the entire tenant will have this permission. In other words, we can't add permission to a specific user in AAD. Feel free to correct me if I understand you wrong.