| title | sharePointGroupMember resource type |
|---|---|
| description | Represents a user or Microsoft 365 group within a sharePointGroup. |
| author | tmarwendo-microsoft |
| ms.localizationpriority | medium |
| ms.subservice | onedrive |
| doc_type | resourcePageType |
| toc.title | SharePoint group member |
| ms.date | 1/31/2025 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a user or Microsoft 365 group within a sharePointGroup.
| Method | Return type | Description |
|---|---|---|
| List | sharePointGroupMember collection | Get a list of the sharePointGroupMember objects and their properties. |
| Create | sharePointGroupMember | Create a new sharePointGroupMember object within a sharePointGroup. |
| Get | sharePointGroupMember | Read the properties and relationships of a sharePointGroupMember object. |
| Delete | None | Delete a sharePointGroupMember object from a sharePointGroup. |
| Property | Type | Description |
|---|---|---|
| id | String | The unique stable identifier of the sharePointGroup. Read-only. |
| identity | sharePointIdentitySet | The identity represented by the sharePointGroupMember object. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.sharePointGroupMember",
"id": "String (identifier)",
"identity": {
"@odata.type": "microsoft.graph.sharePointIdentitySet"
}
}