Retrieve properties and relationships for a site resource. A site resource represents a team site in SharePoint.

  • Least privileged Microsoft Graph permission to access the action via application: Sites.Read.All.
  • Higher privileged Microsoft Graph permissions to access the action via application: Sites.ReadWrite.All.

External Documentation

To learn more, visit the SharePoint documentation.

Parameters

ParameterDescription
Site IDThe ID of the site. Can be obtained via the List Sites action.

Example Output

{
	"id": "contoso.sharepoint.com,2C712604-1370-44E7-A1F5-426573FDA80A,2D2244C3-251A-49EA-93A8-39E1C3A060FE",
	"displayName": "OneDrive Team Site",
	"name": "1drvteam",
	"createdDateTime": "2017-05-09T20:56:00Z",
	"lastModifiedDateTime": "2017-05-09T20:56:01Z",
	"webUrl": "https://contoso.sharepoint.com/teams/1drvteam"
}

Workflow Library Example

Get Site with Sharepoint and Send Results Via Email

Preview this Workflow on desktop