Skip to main content

entra m365group conversation list

Lists conversations for the specified Microsoft 365 group

Usage

m365 entra m365group conversation list [options]

Alias

m365 aad m365group conversation list [options]

Options

-i, --groupId <groupId>

The ID of the Microsoft 365 group

-h, --help [help]

Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, response, full. Default is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Examples

Lists conversations for the specified Microsoft 365 group

m365 entra m365group conversation list --groupId '00000000-0000-0000-0000-000000000000'

Response

[
{
"id": "AAQkADEzYjY5N2FmLTVmZDYtNDgyYi1iZjBlLTgyNDU5ZTYyNGFkZQAQAGhnITi5DTNEgxisPwMQu74=",
"topic": "The new Finance group is ready",
"hasAttachments": false,
"lastDeliveredDateTime": "2023-06-01T20:31:57Z",
"uniqueSenders": [
"Finance"
],
"preview": "Welcome to the Finance group.\r\\\nUse the group to share ideas, files, and important dates.\r\\\nStart a conversation\r\\\nRead group conversations or start your own.\r\\\nAdd to the team site\r\\\nStart sharing and collaborating on content in SharePoint.\r\\\nShare files\r\\\nView"
}
]
CTRL + M