TeamworkAppSettings.ReadWrite.All
Allows the app to read and write the Teams app settings 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
TeamworkAppSettings.ReadWrite.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 | ab5b445e-8f10-45f4-9c79-dd3f8062cc4e | 87c556f0-2bd9-4eed-bd74-5dd8af6eaf7e |
DisplayText | Read and write Teams app settings | Read and write Teams app settings |
Description | Allows the app to read and write the Teams app settings without a signed-in user. | Allows the app to read and write the Teams app settings 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: teamsAppSettings
Property | Type | Description |
---|---|---|
allowUserRequestsForAppAccess | Boolean | Indicates whether users are allowed to request access to the unavailable Teams apps. |
id | String | Unique identifier for the teamsAppSettings object. Inherited from entity. |
isUserPersonalScopeResourceSpecificConsentEnabled | Boolean | Indicates whether resource-specific consent for personal scope in Teams apps is enabled for the tenant. True indicates that Teams apps that are allowed in the tenant and require resource-specific permissions can be installed in the personal scope. False blocks the installation of any Teams app that requires resource-specific permissions in the personal scope. |