question

NemegeerMarc-9584 avatar image
0 Votes"
NemegeerMarc-9584 asked saldana-msft edited

SharePoint - Graph REST - Mark a Term in a termset as not "Available for Tagging"

Hi,
With the new REST api's that are defined to access the termstore, is it possible to mark a term as NOT "Available for tagging" ? How can I do this ?

Thank you,
Marc

office-sharepoint-online
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MichaelHan-MSFT avatar image
0 Votes"
MichaelHan-MSFT answered

Hi @NemegeerMarc-9584 ,

Currently, we canot mark a term as NOT "Available for tagging" using Graph api. You may try to sumit the request in Microsoft 365 Developer Platform: https://techcommunity.microsoft.com/t5/microsoft-365-developer-platform/idb-p/Microsoft365DeveloperPlatform.

As a workaround, you could use SharePoint CSOM api to set the property: https://docs.microsoft.com/en-us/dotnet/api/microsoft.sharepoint.taxonomy.term.isavailablefortagging?view=sharepoint-server


If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.