Skip to main content
Question

Graph API access for Agent Studio (Application vs Delegate)

  • March 26, 2026
  • 4 replies
  • 61 views

Forum|alt.badge.img+3

Hey Everyone,

So I know when it comes to the AI Assistant, the graph.api access needs to be on the appliation level.

That said, when it comes to agent studio can it work with graph.api access on the delegate level? We’re running into some issue with the access through our Global tenant and if we can use delegate access with Agent Studio that would open up a lot more doors for us faster.

4 replies

varockiasamy

Hi ​@Jonathan ,  It depends on the plugin that you are trying to build and what is required and supported for it however we have this guide which provides information on the auth types for ms graph API and the types of permissions is required for each.


Kevin Mok
Forum|alt.badge.img+1
  • Community Manager
  • March 26, 2026

@Jonathan - I don’t believe you can use the same connector for delegate level auth. My recommendation is that you create a new one, creating a separation of concerns as well.


Forum|alt.badge.img+3
  • Author
  • Known Participant
  • March 26, 2026

That’s great ​@varockiasamy I’m sad to see that the intune one doesn’t have the same information.


Forum|alt.badge.img+3
  • Author
  • Known Participant
  • March 26, 2026

@Jonathan - I don’t believe you can use the same connector for delegate level auth. My recommendation is that you create a new one, creating a separation of concerns as well.

Oh totally, but we generally know that the AI Assistant requires application level but it’s nice to see that the Agent Studio connector is working with delegate level access for some features.