| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the identity of a SharePoint group. Extends the identity type with SharePoint-specific properties.
Inherits from identity.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.sharePointGroupIdentity",
"displayName": "String",
"id": "String",
"principalId": "String",
"title": "String"
}