TermStore.Read.All
Allows the app to read the term store data that the signed-in user has access to. This includes all sets, groups and terms in the term store.
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
TermStore.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 | ea047cc2-df29-4f3e-83a3-205de61501ca | 297f747b-0005-475b-8fef-c890f5152b38 |
DisplayText | Read all term store data | Read term store data |
Description | Allows the app to read all term store data, without a signed-in user. This includes all sets, groups and terms in the term store. | Allows the app to read the term store data that the signed-in user has access to. This includes all sets, groups and terms in the term store. |
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: Group
Property | Type | Description |
---|---|---|
createdDateTime | DateTimeOffset | Date and time of the group creation. Read-only. |
description | string | Description that gives details on the term usage. |
displayName | string | Name of the group. |
id | string | Unique identifier of the group. Read-Only. |
parentSiteId | string | ID of the parent site of this group. |
scope | string | Returns the type of the group. Possible values are: global , system , and siteCollection . |