Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 2.18 KB

File metadata and controls

70 lines (54 loc) · 2.18 KB
author spgraph-docs-team
description Represents the identity of a SharePoint group.
title sharePointGroupIdentity resource type
ms.localizationpriority medium
ms.subservice sharepoint
doc_type resourcePageType
ms.date 03/23/2026
toc.title SharePoint group identity

sharePointGroupIdentity resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the identity of a SharePoint group. Extends the identity type with SharePoint-specific properties.

Inherits from identity.

Properties

Property Type Description
displayName String The display name of the SharePoint group. Inherited from identity. Read-only.
id String The unique identifier of the SharePoint group. Inherited from identity. Read-only.
principalId String The principal ID of the SharePoint group in the tenant. Read-only.
title String The title of the SharePoint group. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.sharePointGroupIdentity",
  "displayName": "String",
  "id": "String",
  "principalId": "String",
  "title": "String"
}

Related content