Show / Hide Table of Contents

TermStore.ReadWrite.All

Allows the app to read or modify data that the signed-in user has access to. This includes all sets, groups and terms in the term store.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 D DELETE /termStore/groups/{groupId}
V1 D DELETE /termStore/sets/{setId}
V1 D DELETE /termStore/sets/{setId}/terms/{termId}
V1 D DELETE sites/{site-id}/termStore/groups/{group-id}
V1 D DELETE sites/{site-id}/termStore/sets/{set-id}
V1 D DELETE sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}
V1 D GET /sites/{site-id}/termStore
V1 D GET /sites/{site-id}/termStore/groups/{group-id}
V1 D GET /sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}
V1 D GET /sites/{site-id}/termStore/sets/{set-id}
V1 D GET /sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}
V1 D GET /termStore
V1 D GET /termStore/groups
V1 D GET /termStore/groups/{group-id}
V1 D GET /termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}
V1 D GET /termStore/groups/{groupId}/sets
V1 D GET /termStore/sets/{set-id}
V1 D GET /termStore/sets/{set-id}/terms/{term-id}
V1 D GET /termStore/sets/{setId}/children
V1 D GET /termStore/sets/{setId}/relations
V1 D GET /termStore/sets/{setId}/terms/{termId}/children
V1 D GET /termStore/sets/{setId}/terms/{termId}/relations
V1 D GET sites/{site-id}/termStore
V1 D GET sites/{site-id}/termStore/groups
V1 D GET sites/{site-id}/termStore/groups/{group-id}
V1 D GET sites/{site-id}/termStore/groups/{group-id}/sets
V1 D GET sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}
V1 D GET sites/{site-id}/termStore/sets/{set-id}
V1 D GET sites/{site-id}/termStore/sets/{set-id}/children
V1 D GET sites/{site-id}/termStore/sets/{set-id}/relations
V1 D GET sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}
V1 D GET sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children
V1 D GET sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations
V1 D PATCH /termStore
V1 D PATCH /termStore/sets/{setId}
V1 D PATCH /termStore/sets/{setId}/terms/{termId}
V1 D PATCH sites/{site-id}/termStore
V1 D PATCH sites/{site-id}/termStore/sets/{set-id}
V1 D PATCH sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}
V1 D POST /termStore/groups
V1 D POST /termStore/sets
V1 D POST /termStore/sets/{setId}/children
V1 D POST /termStore/sets/{setId}/terms/{termId}/children
V1 D POST /termStore/sets/{setId}/terms/{termId}/relations
V1 D POST sites/{site-id}/termStore/groups
V1 D POST sites/{site-id}/termStore/sets
V1 D POST sites/{site-id}/termStore/sets/{set-id}/children
V1 D POST sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children
V1 D POST sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations

Delegate Permission

Id 6c37c71d-f50f-4bff-8fd3-8a41da390140
Consent Type Admin
Display String Read and write term store data
Description Allows the app to read or modify data that the signed-in user has access to. This includes all sets, groups and terms in the term store.

Application Permission

Id f12eb8d6-28e3-46e6-b2c0-b7e4dc69fc95
Display String Read and write all term store data
Description Allows the app to read, edit or write all term store data, without a signed-in user. This includes all sets, groups and terms in the term store.

Resources

keyValue

Property Type Description
key string Key for the key-value pair.
value string Value for the key-value pair.

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.

localizedDescription

Property Type Description
description String The description in the localized language.
languageTag String The language tag for the label.

localizedLabel

Property Type Description
isDefault Boolean Indicates whether the label is the default label.
languageTag String The language tag for the label.
name String The name of the label.

localizedName

Property Type Description
languageTag String The language tag for the label.
name String The name in the localized language.

relation

Property Type Description
id String The ID of the relation.
relationship microsoft.graph.termStore.relationType The type of relation. Possible values are: pin, reuse.

set

Property Type Description
createdDateTime DateTimeOffset Date and time of set creation. Read-only.
description String Description that gives details on the term usage.
id String Unique identifier. Read-only.
localizedNames microsoft.graph.termStore.localizedName collection Name of the set for each languageTag.
properties microsoft.graph.keyValue collection Custom properties for the set.

store

Property Type Description
defaultLanguageTag String Default language of the term store.
id String Unique identifier of the term store. Read-only.
languageTags String collection List of languages for the term store.

term

Property Type Description
createdDateTime DateTimeOffset Date and time of term creation. Read-only.
descriptions microsoft.graph.termStore.localizedDescription collection Description about term that is dependent on the languageTag.
id String Unique identifier of term. Read-Only.
labels microsoft.graph.termStore.localizedLabel collection Label metadata for a term.
lastModifiedDateTime DateTimeOffset Last date and time of term modification. Read-only.
properties microsoft.graph.keyValue collection Collection of properties on the term.
In This Article
Back to top Created by merill | Submit feedback