Should Help Desk or Junior Admins Have Access to Microsoft Graph?

0
5
Asked By TechyWizard42 On

I'm curious about granting help desk or junior admin staff access to Microsoft Graph. In my previous job, I had global admin rights at a smaller company, but now I'm in a larger organization with stricter permission levels. I want basic access to Graph command line tools to help automate some tasks and improve workflows. How can I approach this situation? I'd like the help desk to be able to query the Graph API as well.

4 Answers

Answered By PermissionDenied87 On

In my opinion, nobody should get access to more than what they absolutely need. It’s a good practice to keep permissions tight.

Answered By AdminGuru99 On

You should assign them the necessary RBAC roles for their job, and that'll give them access to Graph for the tasks they'll perform. There's no separate permission just for Graph access, so it's pretty straightforward.

Answered By ScripterPro On

If they just need to run certain scripts, consider creating a service principal with read permissions in Graph. Alternatively, you might want to give them global reader access if appropriate.

Answered By SkepticalTechie On

Honestly, I’ve never met a help desk team that even knows what Graph is, let alone knows how to use it. I’m curious what they would actually do with those permissions.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.