CopilotSettings-LimitedMode.ReadWrite
Allows the app to read and write organization-wide copilot limited mode setting on behalf of the signed-in user.
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
CopilotSettings-LimitedMode.ReadWrite
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 | - | 4704e5b2-0ada-4aa0-b18c-00ad7525bc06 |
DisplayText | - | Read and write organization-wide copilot limited mode setting |
Description | - | Allows the app to read and write organization-wide copilot limited mode setting on behalf of the signed-in user. |
AdminConsentRequired | Yes | Yes |
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: copilotAdminLimitedMode
Property | Type | Description |
---|---|---|
groupId | String | The ID of a Microsoft Entra group, for which the value of isEnabledForGroup is applied. The default value is null . If isEnabledForGroup is set to true , the groupId value must be provided for the Copilot limited mode in Teams meetings to be enabled for the members of the group. Optional. |
isEnabledForGroup | Boolean | Enables the user to be in limited mode for Copilot in Teams meetings. When copilotAdminLimitedMode=true , users in this mode can ask any questions, but Copilot doesn't respond to certain questions related to inferring emotions, behavior, or judgments. When copilotAdminLimitedMode=false , it responds to all types of questions grounded to the meeting conversation. The default value is false . |