Table of Contents

TeamworkSection.ReadWrite.All

Allows the app to read and write all users' sections (folders) for organizing chats and channels in Teams, without a 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 TeamworkSection.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 fd99f9da-42d6-4d00-8a41-4161bea42309 -
DisplayText Read and write all users' sections -
Description Allows the app to read and write all users' sections (folders) for organizing chats and channels in Teams, without a signed-in user. -
AdminConsentRequired - -

Graph Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: sectionDisplayIcon

Property Type Description
contentUrl String The URL to a custom icon image. Applicable when iconType is custom.
displayName String The human-readable name of the icon.
iconType String The type of icon. Use an emoji character such as 👍 for an emoji icon, or custom for a custom image icon.
skinTone sectionIconSkinTone The skin tone variant applied to the icon. Read-only. The possible values are: light, mediumLight, medium, mediumDark, dark, unknownFutureValue.