AiEnterpriseInteraction.Read.All
Allows the app to read all AI enterprise interactions.
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
AiEnterpriseInteraction.Read.All
permission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReport
command. See How To: Run a quick OAuth app audit of your tenant
Category | Application | Delegated |
---|---|---|
Identifier | 839c90ab-5771-41ee-aef8-a562e8487c1e | - |
DisplayText | Read all AI enterprise interactions. | - |
Description | Allows the app to read all AI enterprise interactions. | - |
AdminConsentRequired | - | - |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
Methods |
---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
Graph reference: aiInteraction
Property | Type | Description |
---|---|---|
appClass | String | The data source for Copilot data. For example, IPM.SkypeTeams.Message.Copilot.Excel or IPM.SkypeTeams.Message.Copilot.Loop . |
attachments | aiInteractionAttachment collection | The collection of documents attached to the interaction, such as cards and images. |
body | itemBody | The body of the message, including the text of the body and its body type. |
contexts | aiInteractionContext collection | The identifer that maps to all contexts associated with an interaction. |
conversationType | String | The type of the conversation. For example, appchat or bizchat . |
createdDateTime | DateTime | The time when the interaction was created. |
etag | String | The timestamp of when the interaction was last modified. |
from | identitySet | The user, application, or device that is associated with this interaction. |
id | String | The identifier for the message. |
interactionType | aiInteractionType | Indicates whether the interaction is a prompt or a Copilot response. Possible values are userPrompt , aiResponse , unknownFutureValue . |
links | aiInteractionLink collection | The collection of links that appear in the interaction. |
locale | String | The locale of the sender. |
mentions | aiInteractionMention collection | The collection of the entities that were mentioned in the interaction, including users, bots, and so on. |
requestId | String | The identifier that groups a user prompt with its Copilot response. |
sessionId | String | The thread ID or conversation identifier that maps to all Copilot sessions for the user. |