Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 2.16 KB

File metadata and controls

54 lines (46 loc) · 2.16 KB
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

sharePointGroupMember resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a user or Microsoft 365 group within a sharePointGroup.

Methods

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.

Properties

Property Type Description
id String The unique stable identifier of the sharePointGroup. Read-only.
identity sharePointIdentitySet The identity represented by the sharePointGroupMember object.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.sharePointGroupMember",
  "id": "String (identifier)",
  "identity": {
    "@odata.type": "microsoft.graph.sharePointIdentitySet"
  }
}