Edit

Share via


sharePointGroupMember resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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"
  }
}