Usage
m365 aad o365group conversation post list
Description
Retrieve conversation details
Options
| Option |
Description |
-i, --groupId [groupId] |
The Id of the Office 365 Group. You can specify the groupId or groupDisplayName, but not both. |
-d, --groupDisplayName [groupDisplayName] |
The Displayname of the Office 365 Group. You can specify the groupId or groupDisplayName, but not both. |
-t, --threadId <threadId> |
The Id of the thread to retrieve details for |
Additional Info
Details on: s
A little more design after checking the graph explorer. A planner task holds a conversationThreadId meaning we can do: https://graph.microsoft.com/v1.0/groups/groupid/threads/thatconversationThreadId/posts to get all posts on that thread.
Is required to get both O365Groups and Planner Conversations (Each planner task creates a new conversation). Would be nice to implement in V2 in #3013
@pnp/cli-for-microsoft-365-maintainers I am hesitant to introduce a two new levels under o365group but no other location felt logical. Please advice
Usage
m365 aad o365group conversation post list
Description
Retrieve conversation details
Options
-i, --groupId [groupId]-d, --groupDisplayName [groupDisplayName]-t, --threadId <threadId>Additional Info
Details on: s
A little more design after checking the graph explorer. A planner task holds a
conversationThreadIdmeaning we can do:https://graph.microsoft.com/v1.0/groups/groupid/threads/thatconversationThreadId/poststo get all posts on that thread.Is required to get both O365Groups and Planner Conversations (Each planner task creates a new conversation). Would be nice to implement in V2 in #3013
@pnp/cli-for-microsoft-365-maintainers I am hesitant to introduce a two new levels under o365group but no other location felt logical. Please advice