Community.Read.All
Allows the app to list Viva Engage communities, and to read their properties 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
Community.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 | 407f0cce-3212-441f-9f55-3bc91342cf86 | 12ae2e92-14b5-47b2-babb-4e890bbedc0a |
DisplayText | Read all Viva Engage communities | Read all Viva Engage communities |
Description | Allows the app to list Viva Engage communities, and to read their properties without a signed-in user. | Allows the app to list Viva Engage communities, and to read their properties 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: community
Property | Type | Description |
---|---|---|
description | String | The description of the community. The maximum length is 1,024 characters. |
displayName | String | The name of the community. The maximum length is 255 characters. |
groupId | String | The ID of the Microsoft 365 group that manages the membership of this community. |
id | String | The unique identifier of the community. Read-only. Inherited from entity. |
privacy | communityPrivacy | Defines the privacy level of the community. The possible values are: public , private , unknownFutureValue . |