|
| 1 | +--- |
| 2 | +author: spgraph-docs-team |
| 3 | +description: "Represents the identity of a SharePoint group." |
| 4 | +title: "sharePointGroupIdentity resource type" |
| 5 | +ms.localizationpriority: medium |
| 6 | +ms.subservice: "sharepoint" |
| 7 | +doc_type: resourcePageType |
| 8 | +ms.date: 03/23/2026 |
| 9 | +--- |
| 10 | + |
| 11 | +# sharePointGroupIdentity resource type |
| 12 | + |
| 13 | +Namespace: microsoft.graph |
| 14 | + |
| 15 | +[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] |
| 16 | + |
| 17 | +Represents the identity of a SharePoint group. Extends the [identity](identity.md) type with SharePoint-specific properties. |
| 18 | + |
| 19 | +Inherits from [identity](identity.md). |
| 20 | + |
| 21 | +## Properties |
| 22 | + |
| 23 | +| Property | Type | Description | |
| 24 | +|:-------------|:-------|:-------------------------------------------------------------------------------------------------| |
| 25 | +| displayName | String | The display name of the SharePoint group. Inherited from [identity](identity.md). Read-only. | |
| 26 | +| id | String | The unique identifier of the SharePoint group. Inherited from [identity](identity.md). Read-only. | |
| 27 | +| principalId | String | The principal ID of the SharePoint group in the tenant. Read-only. | |
| 28 | +| title | String | The title of the SharePoint group. Read-only. | |
| 29 | + |
| 30 | +## Relationships |
| 31 | + |
| 32 | +None. |
| 33 | + |
| 34 | +## JSON representation |
| 35 | + |
| 36 | +The following JSON representation shows the resource type. |
| 37 | + |
| 38 | +<!-- { |
| 39 | + "blockType": "resource", |
| 40 | + "optionalProperties": [], |
| 41 | + "@odata.type": "microsoft.graph.sharePointGroupIdentity" |
| 42 | +}--> |
| 43 | + |
| 44 | +```json |
| 45 | +{ |
| 46 | + "@odata.type": "#microsoft.graph.sharePointGroupIdentity", |
| 47 | + "displayName": "String", |
| 48 | + "id": "String", |
| 49 | + "principalId": "String", |
| 50 | + "title": "String" |
| 51 | +} |
| 52 | +``` |
| 53 | + |
| 54 | +## Related content |
| 55 | + |
| 56 | +- [sharePointIdentitySet resource type](sharepointidentityset.md) |
| 57 | +- [identity resource type](identity.md) |
| 58 | +- [sharePointGroup resource type](sharepointgroup.md) |
| 59 | + |
| 60 | +<!-- |
| 61 | +{ |
| 62 | + "type": "#page.annotation", |
| 63 | + "description": "The sharePointGroupIdentity resource represents the identity of a SharePoint group.", |
| 64 | + "keywords": "identity,sharepoint,group", |
| 65 | + "section": "documentation", |
| 66 | + "tocPath": "Resources/SharePointGroupIdentity", |
| 67 | + "suppressions": [] |
| 68 | +} |
| 69 | +--> |
0 commit comments