Add a Column to a SharePoint List
Overview
This procedure adds a column to a given SharePoint list using the Microsoft Graph API.
Input Concepts
Concept
Description
Type
Required
slist
The list to which the column will be added.
sharepoint list
Yes
name
The name of the column to be added.
text
Yes
description
The description of the column to be added.
text
No
Examples
Last updated
Was this helpful?