Edit

distributionListMember 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 an expanded member of a personal distribution list, with resolved contact information such as the display name and linked contact details.

Methods

Method Return type Description
List distributionListMember collection Get the expanded member list of a distributionList.
Get distributionListMember Get a single expanded member of a distributionList.

Properties

Property Type Description
contactId String The ID of the referenced contact, if applicable. Read-only.
displayName String The display name of the member. Read-only.
id String The unique identifier for the distribution list member. Read-only.
recipientType recipientType The type of the recipient. The possible values are: contact, oneOff, mailbox, privateDL, unknownFutureValue. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.distributionListMember",
  "contactId": "string",
  "displayName": "string",
  "id": "string (identifier)",
  "recipientType": "string"
}