Skip to content

microsoft.graph.distributionList entity in beta has incorrect types #1192

Description

  microsoft.graph.distributionList:
      allOf:
        - $ref: '#/components/schemas/microsoft.graph.outlookItem'
        - title: distributionList
          required:
            - '@odata.type'
          type: object
          properties:
            displayName:
              type: string
              description: The display name of the distribution list.
              nullable: true
            members:
              type: array
              items:
                $ref: '#/components/schemas/microsoft.graph.member'

The members element is not microsoft.graph.member. It should be an entriely different type - microsoft.graph.distributionlistmember (https://learn.microsoft.com/en-us/graph/api/resources/distributionlistmember?view=graph-rest-beta).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions