@pnp/cli-microsoft365 6.0.0-beta.da9cd2c → 6.0.0-beta.dc71aa3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (268) hide show
  1. package/dist/cli/Cli.js +7 -10
  2. package/dist/m365/aad/commands/app/app-get.js +3 -2
  3. package/dist/m365/aad/commands/app/app-remove.js +3 -2
  4. package/dist/m365/aad/commands/app/app-role-add.js +3 -2
  5. package/dist/m365/aad/commands/app/app-role-list.js +3 -2
  6. package/dist/m365/aad/commands/app/app-role-remove.js +3 -2
  7. package/dist/m365/aad/commands/app/app-set.js +3 -2
  8. package/dist/m365/aad/commands/approleassignment/approleassignment-add.js +5 -4
  9. package/dist/m365/aad/commands/approleassignment/approleassignment-list.js +3 -2
  10. package/dist/m365/aad/commands/approleassignment/approleassignment-remove.js +5 -4
  11. package/dist/m365/aad/commands/o365group/o365group-conversation-post-list.js +2 -1
  12. package/dist/m365/aad/commands/o365group/o365group-list.js +3 -2
  13. package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-list.js +3 -2
  14. package/dist/m365/aad/commands/o365group/o365group-teamify.js +3 -2
  15. package/dist/m365/aad/commands/o365group/o365group-user-add.js +2 -1
  16. package/dist/m365/aad/commands/o365group/o365group-user-remove.js +2 -1
  17. package/dist/m365/aad/commands/oauth2grant/oauth2grant-list.js +2 -1
  18. package/dist/m365/aad/commands/oauth2grant/oauth2grant-remove.js +2 -1
  19. package/dist/m365/aad/commands/oauth2grant/oauth2grant-set.js +2 -1
  20. package/dist/m365/aad/commands/sp/sp-add.js +3 -2
  21. package/dist/m365/aad/commands/sp/sp-get.js +3 -2
  22. package/dist/m365/aad/commands/user/user-get.js +5 -4
  23. package/dist/m365/aad/commands/user/user-hibp.js +2 -1
  24. package/dist/m365/aad/commands/user/user-list.js +2 -1
  25. package/dist/m365/aad/commands/user/user-set.js +2 -1
  26. package/dist/m365/aad/commands/user/user-signin-list.js +5 -4
  27. package/dist/m365/base/DateAndPeriodBasedReport.js +3 -2
  28. package/dist/m365/base/PeriodBasedReport.js +2 -1
  29. package/dist/m365/booking/commands/business/business-get.js +2 -1
  30. package/dist/m365/cli/commands/config/config-set.js +1 -0
  31. package/dist/m365/file/commands/file-list.js +2 -1
  32. package/dist/m365/flow/commands/environment/environment-get.js +2 -1
  33. package/dist/m365/flow/commands/flow-disable.js +2 -1
  34. package/dist/m365/flow/commands/flow-enable.js +2 -1
  35. package/dist/m365/flow/commands/flow-export.js +5 -4
  36. package/dist/m365/flow/commands/flow-get.js +2 -1
  37. package/dist/m365/flow/commands/flow-list.js +2 -1
  38. package/dist/m365/flow/commands/flow-remove.js +2 -1
  39. package/dist/m365/flow/commands/run/run-cancel.js +2 -1
  40. package/dist/m365/flow/commands/run/run-get.js +2 -1
  41. package/dist/m365/flow/commands/run/run-list.js +2 -1
  42. package/dist/m365/flow/commands/run/run-resubmit.js +3 -2
  43. package/dist/m365/outlook/commands/mail/mail-send.js +2 -1
  44. package/dist/m365/outlook/commands/message/message-list.js +2 -1
  45. package/dist/m365/outlook/commands/message/message-move.js +2 -1
  46. package/dist/m365/pa/commands/app/app-get.js +2 -1
  47. package/dist/m365/pa/commands/app/app-list.js +2 -1
  48. package/dist/m365/pa/commands/app/app-remove.js +2 -1
  49. package/dist/m365/pa/commands/connector/connector-export.js +2 -1
  50. package/dist/m365/pa/commands/connector/connector-list.js +2 -1
  51. package/dist/m365/pa/commands/environment/environment-get.js +2 -1
  52. package/dist/m365/planner/commands/task/task-add.js +1 -1
  53. package/dist/m365/planner/commands/task/task-checklistitem-add.js +3 -2
  54. package/dist/m365/planner/commands/task/task-checklistitem-list.js +2 -1
  55. package/dist/m365/planner/commands/task/task-checklistitem-remove.js +2 -1
  56. package/dist/m365/planner/commands/task/task-get.js +2 -1
  57. package/dist/m365/planner/commands/task/task-list.js +4 -3
  58. package/dist/m365/planner/commands/task/task-reference-add.js +2 -2
  59. package/dist/m365/planner/commands/task/task-reference-list.js +2 -1
  60. package/dist/m365/planner/commands/task/task-reference-remove.js +1 -1
  61. package/dist/m365/planner/commands/task/task-set.js +2 -2
  62. package/dist/m365/pp/commands/dataverse/dataverse-table-remove.js +95 -0
  63. package/dist/m365/pp/commands/gateway/gateway-get.js +2 -1
  64. package/dist/m365/pp/commands/managementapp/managementapp-add.js +3 -2
  65. package/dist/m365/pp/commands/solution/solution-list.js +5 -11
  66. package/dist/m365/pp/commands.js +1 -0
  67. package/dist/m365/search/commands/externalconnection/externalconnection-get.js +3 -2
  68. package/dist/m365/search/commands/externalconnection/externalconnection-remove.js +3 -2
  69. package/dist/m365/spo/commands/app/app-get.js +2 -1
  70. package/dist/m365/spo/commands/app/app-install.js +2 -1
  71. package/dist/m365/spo/commands/app/app-remove.js +2 -1
  72. package/dist/m365/spo/commands/app/app-retract.js +2 -1
  73. package/dist/m365/spo/commands/app/app-teamspackage-download.js +2 -1
  74. package/dist/m365/spo/commands/app/app-uninstall.js +2 -1
  75. package/dist/m365/spo/commands/app/app-upgrade.js +2 -1
  76. package/dist/m365/spo/commands/contenttype/contenttype-field-set.js +2 -2
  77. package/dist/m365/spo/commands/contenttype/contenttype-get.js +2 -2
  78. package/dist/m365/spo/commands/contenttype/contenttype-list.js +2 -1
  79. package/dist/m365/spo/commands/contenttype/contenttype-remove.js +3 -2
  80. package/dist/m365/spo/commands/customaction/customaction-get.js +3 -2
  81. package/dist/m365/spo/commands/customaction/customaction-remove.js +3 -2
  82. package/dist/m365/spo/commands/customaction/customaction-set.js +2 -1
  83. package/dist/m365/spo/commands/eventreceiver/eventreceiver-list.js +4 -3
  84. package/dist/m365/spo/commands/eventreceiver/eventreceiver-remove.js +49 -58
  85. package/dist/m365/spo/commands/file/file-add.js +14 -13
  86. package/dist/m365/spo/commands/file/file-checkin.js +4 -3
  87. package/dist/m365/spo/commands/file/file-checkout.js +3 -2
  88. package/dist/m365/spo/commands/file/file-copy.js +2 -1
  89. package/dist/m365/spo/commands/file/file-get.js +3 -2
  90. package/dist/m365/spo/commands/file/file-move.js +2 -1
  91. package/dist/m365/spo/commands/file/file-remove.js +3 -2
  92. package/dist/m365/spo/commands/file/file-rename.js +3 -2
  93. package/dist/m365/spo/commands/file/file-sharinginfo-get.js +1 -1
  94. package/dist/m365/spo/commands/file/file-version-clear.js +114 -0
  95. package/dist/m365/spo/commands/file/file-version-get.js +104 -0
  96. package/dist/m365/spo/commands/file/file-version-list.js +1 -1
  97. package/dist/m365/spo/commands/file/file-version-remove.js +119 -0
  98. package/dist/m365/spo/commands/file/file-version-restore.js +119 -0
  99. package/dist/m365/spo/commands/folder/folder-get.js +3 -2
  100. package/dist/m365/spo/commands/folder/folder-remove.js +2 -1
  101. package/dist/m365/spo/commands/folder/folder-roleassignment-add.js +1 -1
  102. package/dist/m365/spo/commands/folder/folder-roleassignment-remove.js +2 -1
  103. package/dist/m365/spo/commands/folder/folder-roleinheritance-break.js +1 -1
  104. package/dist/m365/spo/commands/folder/folder-roleinheritance-reset.js +1 -1
  105. package/dist/m365/spo/commands/group/group-get.js +3 -2
  106. package/dist/m365/spo/commands/group/{group-user-add.js → group-member-add.js} +17 -16
  107. package/dist/m365/spo/commands/group/{group-user-list.js → group-member-list.js} +19 -18
  108. package/dist/m365/spo/commands/group/{group-user-remove.js → group-member-remove.js} +18 -17
  109. package/dist/m365/spo/commands/list/list-contenttype-remove.js +1 -1
  110. package/dist/m365/spo/commands/list/list-get.js +1 -1
  111. package/dist/m365/spo/commands/list/list-view-field-add.js +1 -1
  112. package/dist/m365/spo/commands/list/list-view-field-remove.js +1 -1
  113. package/dist/m365/spo/commands/list/list-view-field-set.js +1 -1
  114. package/dist/m365/spo/commands/listitem/listitem-get.js +1 -1
  115. package/dist/m365/spo/commands/listitem/listitem-list.js +3 -3
  116. package/dist/m365/spo/commands/page/Page.js +3 -2
  117. package/dist/m365/spo/commands/page/page-add.js +2 -1
  118. package/dist/m365/spo/commands/page/page-clientsidewebpart-add.js +4 -3
  119. package/dist/m365/spo/commands/page/page-control-get.js +2 -1
  120. package/dist/m365/spo/commands/page/page-control-list.js +2 -1
  121. package/dist/m365/spo/commands/page/page-control-set.js +3 -2
  122. package/dist/m365/spo/commands/page/page-get.js +2 -1
  123. package/dist/m365/spo/commands/page/page-header-set.js +6 -5
  124. package/dist/m365/spo/commands/page/page-section-add.js +4 -3
  125. package/dist/m365/spo/commands/page/page-set.js +2 -1
  126. package/dist/m365/spo/commands/site/site-apppermission-add.js +3 -2
  127. package/dist/m365/spo/commands/site/site-hubsite-connect.js +2 -1
  128. package/dist/m365/spo/commands/site/site-rename.js +2 -1
  129. package/dist/m365/spo/commands/site/site-set.js +1 -1
  130. package/dist/m365/spo/commands/sitescript/sitescript-add.js +2 -1
  131. package/dist/m365/spo/commands/spo-search.js +3 -2
  132. package/dist/m365/spo/commands/storageentity/storageentity-get.js +2 -1
  133. package/dist/m365/spo/commands/user/user-get.js +4 -3
  134. package/dist/m365/spo/commands/user/user-remove.js +2 -1
  135. package/dist/m365/spo/commands/userprofile/userprofile-get.js +2 -1
  136. package/dist/m365/spo/commands/web/web-add.js +2 -1
  137. package/dist/m365/spo/commands.js +7 -3
  138. package/dist/m365/teams/commands/app/app-install.js +3 -2
  139. package/dist/m365/teams/commands/app/app-list.js +2 -1
  140. package/dist/m365/teams/commands/app/app-publish.js +14 -15
  141. package/dist/m365/teams/commands/app/app-update.js +2 -1
  142. package/dist/m365/teams/commands/channel/channel-get.js +4 -3
  143. package/dist/m365/teams/commands/channel/channel-member-add.js +4 -3
  144. package/dist/m365/teams/commands/channel/channel-member-list.js +2 -1
  145. package/dist/m365/teams/commands/channel/channel-member-remove.js +2 -1
  146. package/dist/m365/teams/commands/channel/channel-member-set.js +2 -1
  147. package/dist/m365/teams/commands/channel/channel-remove.js +3 -2
  148. package/dist/m365/teams/commands/channel/channel-set.js +3 -2
  149. package/dist/m365/teams/commands/chat/chat-get.js +2 -1
  150. package/dist/m365/teams/commands/chat/chatUtil.js +2 -1
  151. package/dist/m365/teams/commands/funsettings/funsettings-list.js +2 -1
  152. package/dist/m365/teams/commands/funsettings/funsettings-set.js +2 -1
  153. package/dist/m365/teams/commands/guestsettings/guestsettings-list.js +2 -1
  154. package/dist/m365/teams/commands/guestsettings/guestsettings-set.js +2 -1
  155. package/dist/m365/teams/commands/membersettings/membersettings-list.js +2 -1
  156. package/dist/m365/teams/commands/membersettings/membersettings-set.js +2 -1
  157. package/dist/m365/teams/commands/messagingsettings/messagingsettings-list.js +2 -1
  158. package/dist/m365/teams/commands/messagingsettings/messagingsettings-set.js +2 -1
  159. package/dist/m365/teams/commands/report/report-directroutingcalls.js +3 -2
  160. package/dist/m365/teams/commands/report/report-pstncalls.js +3 -2
  161. package/dist/m365/teams/commands/tab/tab-add.js +2 -1
  162. package/dist/m365/teams/commands/tab/tab-get.js +4 -3
  163. package/dist/m365/teams/commands/tab/tab-list.js +2 -1
  164. package/dist/m365/teams/commands/tab/tab-remove.js +2 -1
  165. package/dist/m365/teams/commands/team/team-archive.js +2 -1
  166. package/dist/m365/teams/commands/team/team-clone.js +2 -1
  167. package/dist/m365/teams/commands/team/team-get.js +2 -1
  168. package/dist/m365/teams/commands/team/team-remove.js +2 -1
  169. package/dist/m365/teams/commands/team/team-set.js +2 -1
  170. package/dist/m365/teams/commands/team/team-unarchive.js +2 -1
  171. package/dist/m365/teams/commands/user/user-app-list.js +3 -2
  172. package/dist/m365/tenant/commands/security/security-alerts-list.js +2 -1
  173. package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-healthissue-get.js +2 -1
  174. package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-healthissue-list.js +2 -1
  175. package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-message-list.js +2 -1
  176. package/dist/m365/todo/commands/task/task-set.js +2 -1
  177. package/dist/m365/yammer/commands/group/group-list.js +12 -27
  178. package/dist/m365/yammer/commands/user/user-get.js +3 -2
  179. package/dist/m365/yammer/commands/yammer-search.js +6 -2
  180. package/dist/utils/aadGroup.js +2 -1
  181. package/dist/utils/powerPlatform.js +3 -2
  182. package/dist/utils/spo.js +3 -2
  183. package/docs/docs/cmd/pp/dataverse/dataverse-table-remove.md +49 -0
  184. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.md +6 -1
  185. package/docs/docs/cmd/spo/file/file-version-clear.md +55 -0
  186. package/docs/docs/cmd/spo/file/file-version-get.md +76 -0
  187. package/docs/docs/cmd/spo/file/file-version-remove.md +58 -0
  188. package/docs/docs/cmd/spo/file/file-version-restore.md +58 -0
  189. package/docs/docs/cmd/spo/group/{group-user-add.md → group-member-add.md} +11 -11
  190. package/docs/docs/cmd/spo/group/{group-user-list.md → group-member-list.md} +5 -5
  191. package/docs/docs/cmd/spo/group/group-member-remove.md +39 -0
  192. package/docs/docs/cmd/spo/hubsite/hubsite-data-get.md +0 -3
  193. package/docs/docs/cmd/spo/hubsite/hubsite-rights-grant.md +2 -5
  194. package/docs/docs/cmd/spo/hubsite/hubsite-rights-revoke.md +2 -5
  195. package/docs/docs/cmd/spo/hubsite/hubsite-set.md +2 -5
  196. package/docs/docs/cmd/spo/site/site-hubsite-connect.md +0 -3
  197. package/docs/docs/cmd/spo/site/site-hubsite-disconnect.md +0 -5
  198. package/docs/docs/cmd/spo/site/site-hubsite-theme-sync.md +0 -5
  199. package/docs/docs/cmd/spo/spo-get.md +23 -0
  200. package/docs/docs/cmd/spo/spo-search.md +29 -0
  201. package/docs/docs/cmd/spo/spo-set.md +4 -0
  202. package/docs/docs/cmd/spo/user/user-get.md +49 -2
  203. package/docs/docs/cmd/spo/user/user-list.md +41 -0
  204. package/docs/docs/cmd/spo/user/user-remove.md +4 -0
  205. package/docs/docs/cmd/spo/userprofile/userprofile-get.md +586 -0
  206. package/docs/docs/cmd/spo/userprofile/userprofile-set.md +4 -0
  207. package/docs/docs/cmd/spo/web/web-add.md +43 -0
  208. package/docs/docs/cmd/spo/web/web-clientsidewebpart-list.md +29 -0
  209. package/docs/docs/cmd/spo/web/web-get.md +127 -0
  210. package/docs/docs/cmd/spo/web/web-installedlanguage-list.md +29 -0
  211. package/docs/docs/cmd/spo/web/web-list.md +81 -0
  212. package/docs/docs/cmd/spo/web/web-reindex.md +4 -0
  213. package/docs/docs/cmd/spo/web/web-remove.md +4 -0
  214. package/docs/docs/cmd/spo/web/web-roleassignment-add.md +4 -0
  215. package/docs/docs/cmd/spo/web/web-roleassignment-remove.md +4 -0
  216. package/docs/docs/cmd/spo/web/web-roleinheritance-reset.md +4 -0
  217. package/docs/docs/cmd/spo/web/web-set.md +4 -0
  218. package/docs/docs/cmd/teams/app/app-install.md +4 -0
  219. package/docs/docs/cmd/teams/app/app-list.md +30 -0
  220. package/docs/docs/cmd/teams/app/app-publish.md +31 -1
  221. package/docs/docs/cmd/teams/app/app-remove.md +4 -0
  222. package/docs/docs/cmd/teams/app/app-uninstall.md +4 -0
  223. package/docs/docs/cmd/teams/app/app-update.md +4 -0
  224. package/docs/docs/cmd/teams/cache/cache-remove.md +4 -0
  225. package/docs/docs/cmd/teams/channel/channel-add.md +37 -0
  226. package/docs/docs/cmd/teams/channel/channel-get.md +39 -0
  227. package/docs/docs/cmd/teams/channel/channel-list.md +35 -0
  228. package/docs/docs/cmd/teams/channel/channel-member-add.md +4 -0
  229. package/docs/docs/cmd/teams/channel/channel-member-list.md +37 -0
  230. package/docs/docs/cmd/teams/channel/channel-member-remove.md +4 -0
  231. package/docs/docs/cmd/teams/channel/channel-member-set.md +35 -0
  232. package/docs/docs/cmd/teams/channel/channel-remove.md +4 -0
  233. package/docs/docs/cmd/teams/channel/channel-set.md +3 -0
  234. package/docs/docs/cmd/teams/chat/chat-get.md +42 -0
  235. package/docs/docs/cmd/teams/chat/chat-list.md +38 -0
  236. package/docs/docs/cmd/teams/chat/chat-member-list.md +35 -0
  237. package/docs/docs/cmd/teams/chat/chat-message-list.md +60 -0
  238. package/docs/docs/cmd/teams/chat/chat-message-send.md +4 -0
  239. package/docs/docs/cmd/teams/funsettings/funsettings-list.md +29 -0
  240. package/docs/docs/cmd/teams/funsettings/funsettings-set.md +4 -0
  241. package/docs/docs/cmd/teams/guestsettings/guestsettings-list.md +25 -0
  242. package/docs/docs/cmd/teams/guestsettings/guestsettings-set.md +4 -0
  243. package/docs/docs/cmd/teams/membersettings/membersettings-list.md +33 -0
  244. package/docs/docs/cmd/teams/membersettings/membersettings-set.md +4 -0
  245. package/docs/docs/cmd/yammer/group/group-list.md +65 -0
  246. package/docs/docs/cmd/yammer/group/group-user-add.md +4 -0
  247. package/docs/docs/cmd/yammer/group/group-user-remove.md +4 -0
  248. package/docs/docs/cmd/yammer/message/message-add.md +55 -0
  249. package/docs/docs/cmd/yammer/message/message-get.md +64 -0
  250. package/docs/docs/cmd/yammer/message/message-like-set.md +4 -0
  251. package/docs/docs/cmd/yammer/message/message-list.md +60 -0
  252. package/docs/docs/cmd/yammer/message/message-remove.md +4 -0
  253. package/docs/docs/cmd/yammer/network/network-list.md +96 -0
  254. package/docs/docs/cmd/yammer/report/report-activitycounts.md +31 -0
  255. package/docs/docs/cmd/yammer/report/report-activityusercounts.md +31 -0
  256. package/docs/docs/cmd/yammer/report/report-activityuserdetail.md +36 -0
  257. package/docs/docs/cmd/yammer/report/report-deviceusagedistributionusercounts.md +33 -0
  258. package/docs/docs/cmd/yammer/report/report-deviceusageusercounts.md +34 -0
  259. package/docs/docs/cmd/yammer/report/report-deviceusageuserdetail.md +38 -0
  260. package/docs/docs/cmd/yammer/report/report-groupsactivitycounts.md +31 -0
  261. package/docs/docs/cmd/yammer/report/report-groupsactivitydetail.md +37 -0
  262. package/docs/docs/cmd/yammer/report/report-groupsactivitygroupcounts.md +30 -0
  263. package/docs/docs/cmd/yammer/user/user-get.md +99 -0
  264. package/docs/docs/cmd/yammer/user/user-list.md +97 -0
  265. package/docs/docs/cmd/yammer/yammer-search.md +77 -0
  266. package/npm-shrinkwrap.json +235 -257
  267. package/package.json +15 -15
  268. package/docs/docs/cmd/spo/group/group-user-remove.md +0 -39
@@ -55,3 +55,46 @@ Create subsite with the same navigation as the parent site
55
55
  ```sh
56
56
  m365 spo web add --title Subsite --url subsite --webTemplate STS#0 --parentWebUrl https://contoso.sharepoint.com --inheritNavigation
57
57
  ```
58
+
59
+ ## Response
60
+
61
+ === "JSON"
62
+
63
+ ```json
64
+ {
65
+ "Configuration": 0,
66
+ "Created": "2022-11-05T14:07:51",
67
+ "Description": "Subsite",
68
+ "Id": "b60137df-c3dc-4984-9def-8edcf7c98ab9",
69
+ "Language": 1033,
70
+ "LastItemModifiedDate": "2022-11-05T14:08:03Z",
71
+ "LastItemUserModifiedDate": "2022-11-05T14:08:03Z",
72
+ "ServerRelativeUrl": "/subsite",
73
+ "Title": "Subsite",
74
+ "WebTemplate": "STS",
75
+ "WebTemplateId": 0
76
+ }
77
+ ```
78
+
79
+ === "Text"
80
+
81
+ ```text
82
+ Configuration : 0
83
+ Created : 2022-11-05T14:08:35
84
+ Description : Subsite
85
+ Id : 1f2db405-394d-470e-b820-cd5182883b45
86
+ Language : 1033
87
+ LastItemModifiedDate : 2022-11-05T14:08:47Z
88
+ LastItemUserModifiedDate: 2022-11-05T14:08:47Z
89
+ ServerRelativeUrl : /subsite
90
+ Title : Subsite
91
+ WebTemplate : STS
92
+ WebTemplateId : 0
93
+ ```
94
+
95
+ === "CSV"
96
+
97
+ ```csv
98
+ Configuration,Created,Description,Id,Language,LastItemModifiedDate,LastItemUserModifiedDate,ServerRelativeUrl,Title,WebTemplate,WebTemplateId
99
+ 0,2022-11-05T14:09:11,Subsite,0cbf2896-bac2-4244-b871-68b413ee7b2f,1033,2022-11-05T14:09:22Z,2022-11-05T14:09:22Z,/subsite,Subsite,STS,0
100
+ ```
@@ -22,3 +22,32 @@ Lists all the available client-side web parts for the specified site
22
22
  ```sh
23
23
  m365 spo web clientsidewebpart list --webUrl https://contoso.sharepoint.com
24
24
  ```
25
+
26
+ ## Response
27
+
28
+ === "JSON"
29
+
30
+ ```json
31
+ [
32
+ {
33
+ "Id": "9cc0f495-db64-4d74-b06b-a3de16231fe1",
34
+ "Name": "9cc0f495-db64-4d74-b06b-a3de16231fe1",
35
+ "Title": "Dashboard for Viva Connections"
36
+ }
37
+ ]
38
+ ```
39
+
40
+ === "Text"
41
+
42
+ ```text
43
+ Id Name Title
44
+ ------------------------------------ ------------------------------------ ------------------------------
45
+ 9cc0f495-db64-4d74-b06b-a3de16231fe1 9cc0f495-db64-4d74-b06b-a3de16231fe1 Dashboard for Viva Connections
46
+ ```
47
+
48
+ === "CSV"
49
+
50
+ ```csv
51
+ Id,Name,Title
52
+ 9cc0f495-db64-4d74-b06b-a3de16231fe1,9cc0f495-db64-4d74-b06b-a3de16231fe1,Dashboard for Viva Connections
53
+ ```
@@ -31,3 +31,130 @@ Retrieve information about the site _https://contoso.sharepoint.com/subsite_ alo
31
31
  ```sh
32
32
  m365 spo web get --url https://contoso.sharepoint.com/subsite --withGroups
33
33
  ```
34
+
35
+ ## Response
36
+
37
+ === "JSON"
38
+
39
+ ```json
40
+ {
41
+ "AllowRssFeeds": true,
42
+ "AlternateCssUrl": "",
43
+ "AppInstanceId": "00000000-0000-0000-0000-000000000000",
44
+ "ClassicWelcomePage": null,
45
+ "Configuration": 0,
46
+ "Created": "2022-09-12T18:18:07.253",
47
+ "CurrentChangeToken": {
48
+ "StringValue": "1;2;d8b65bb3-6ca1-4df2-a4be-0efe08af2580;638032553974830000;715586578"
49
+ },
50
+ "CustomMasterUrl": "/_catalogs/masterpage/seattle.master",
51
+ "Description": "",
52
+ "DesignPackageId": "00000000-0000-0000-0000-000000000000",
53
+ "DocumentLibraryCalloutOfficeWebAppPreviewersDisabled": false,
54
+ "EnableMinimalDownload": false,
55
+ "FooterEmphasis": 0,
56
+ "FooterEnabled": true,
57
+ "FooterLayout": 0,
58
+ "HeaderEmphasis": 0,
59
+ "HeaderLayout": 0,
60
+ "HideTitleInHeader": false,
61
+ "HorizontalQuickLaunch": false,
62
+ "Id": "d8b65bb3-6ca1-4df2-a4be-0efe08af2580",
63
+ "IsEduClass": false,
64
+ "IsEduClassProvisionChecked": false,
65
+ "IsEduClassProvisionPending": false,
66
+ "IsHomepageModernized": false,
67
+ "IsMultilingual": true,
68
+ "IsRevertHomepageLinkHidden": false,
69
+ "Language": 1033,
70
+ "LastItemModifiedDate": "2022-11-05T14:06:21Z",
71
+ "LastItemUserModifiedDate": "2022-10-31T07:29:33Z",
72
+ "LogoAlignment": 0,
73
+ "MasterUrl": "/_catalogs/masterpage/seattle.master",
74
+ "MegaMenuEnabled": true,
75
+ "NavAudienceTargetingEnabled": false,
76
+ "NoCrawl": false,
77
+ "ObjectCacheEnabled": false,
78
+ "OverwriteTranslationsOnChange": false,
79
+ "ResourcePath": {
80
+ "DecodedUrl": "https://contoso.sharepoint.com"
81
+ },
82
+ "QuickLaunchEnabled": true,
83
+ "RecycleBinEnabled": true,
84
+ "SearchScope": 0,
85
+ "ServerRelativeUrl": "/",
86
+ "SiteLogoUrl": null,
87
+ "SyndicationEnabled": true,
88
+ "TenantAdminMembersCanShare": 0,
89
+ "Title": "Communication site",
90
+ "TreeViewEnabled": false,
91
+ "UIVersion": 15,
92
+ "UIVersionConfigurationEnabled": false,
93
+ "Url": "https://contoso.sharepoint.com",
94
+ "WebTemplate": "SITEPAGEPUBLISHING",
95
+ "WelcomePage": "SitePages/Home.aspx"
96
+ }
97
+ ```
98
+
99
+ === "Text"
100
+
101
+ ```text
102
+ AllowRssFeeds : true
103
+ AlternateCssUrl :
104
+ AppInstanceId : 00000000-0000-0000-0000-000000000000
105
+ ClassicWelcomePage : null
106
+ Configuration : 0
107
+ Created : 2022-09-12T18:18:07.253
108
+ CurrentChangeToken : {"StringValue":"1;2;d8b65bb3-6ca1-4df2-a4be-0efe08af2580;638032554376830000;715586608"}
109
+ CustomMasterUrl : /_catalogs/masterpage/seattle.master
110
+ Description :
111
+ DesignPackageId : 00000000-0000-0000-0000-000000000000
112
+ DocumentLibraryCalloutOfficeWebAppPreviewersDisabled: false
113
+ EnableMinimalDownload : false
114
+ FooterEmphasis : 0
115
+ FooterEnabled : true
116
+ FooterLayout : 0
117
+ HeaderEmphasis : 0
118
+ HeaderLayout : 0
119
+ HideTitleInHeader : false
120
+ HorizontalQuickLaunch : false
121
+ Id : d8b65bb3-6ca1-4df2-a4be-0efe08af2580
122
+ IsEduClass : false
123
+ IsEduClassProvisionChecked : false
124
+ IsEduClassProvisionPending : false
125
+ IsHomepageModernized : false
126
+ IsMultilingual : true
127
+ IsRevertHomepageLinkHidden : false
128
+ Language : 1033
129
+ LastItemModifiedDate : 2022-11-05T14:06:21Z
130
+ LastItemUserModifiedDate : 2022-10-31T07:29:33Z
131
+ LogoAlignment : 0
132
+ MasterUrl : /_catalogs/masterpage/seattle.master
133
+ MegaMenuEnabled : true
134
+ NavAudienceTargetingEnabled : false
135
+ NoCrawl : false
136
+ ObjectCacheEnabled : false
137
+ OverwriteTranslationsOnChange : false
138
+ QuickLaunchEnabled : true
139
+ RecycleBinEnabled : true
140
+ ResourcePath : {"DecodedUrl":"https://contoso.sharepoint.com"}
141
+ SearchScope : 0
142
+ ServerRelativeUrl : /
143
+ SiteLogoUrl : null
144
+ SyndicationEnabled : true
145
+ TenantAdminMembersCanShare : 0
146
+ Title : Communication site
147
+ TreeViewEnabled : false
148
+ UIVersion : 15
149
+ UIVersionConfigurationEnabled : false
150
+ Url : https://contoso.sharepoint.com
151
+ WebTemplate : SITEPAGEPUBLISHING
152
+ WelcomePage : SitePages/Home.aspx
153
+ ```
154
+
155
+ === "CSV"
156
+
157
+ ```csv
158
+ AllowRssFeeds,AlternateCssUrl,AppInstanceId,ClassicWelcomePage,Configuration,Created,CurrentChangeToken,CustomMasterUrl,Description,DesignPackageId,DocumentLibraryCalloutOfficeWebAppPreviewersDisabled,EnableMinimalDownload,FooterEmphasis,FooterEnabled,FooterLayout,HeaderEmphasis,HeaderLayout,HideTitleInHeader,HorizontalQuickLaunch,Id,IsEduClass,IsEduClassProvisionChecked,IsEduClassProvisionPending,IsHomepageModernized,IsMultilingual,IsRevertHomepageLinkHidden,Language,LastItemModifiedDate,LastItemUserModifiedDate,LogoAlignment,MasterUrl,MegaMenuEnabled,NavAudienceTargetingEnabled,NoCrawl,ObjectCacheEnabled,OverwriteTranslationsOnChange,ResourcePath,QuickLaunchEnabled,RecycleBinEnabled,SearchScope,ServerRelativeUrl,SiteLogoUrl,SyndicationEnabled,TenantAdminMembersCanShare,Title,TreeViewEnabled,UIVersion,UIVersionConfigurationEnabled,Url,WebTemplate,WelcomePage
159
+ 1,,00000000-0000-0000-0000-000000000000,,0,2022-09-12T18:18:07.253,"{""StringValue"":""1;2;d8b65bb3-6ca1-4df2-a4be-0efe08af2580;638032554734300000;715586625""}",/_catalogs/masterpage/seattle.master,,00000000-0000-0000-0000-000000000000,,,0,1,0,0,0,,,d8b65bb3-6ca1-4df2-a4be-0efe08af2580,,,,,1,,1033,2022-11-05T14:06:21Z,2022-10-31T07:29:33Z,0,/_catalogs/masterpage/seattle.master,1,,,,,"{""DecodedUrl"":""https://contoso.sharepoint.com""}",1,1,0,/,,1,0,Communication site,,15,,https://contoso.sharepoint.com,SITEPAGEPUBLISHING,SitePages/Home.aspx
160
+ ```
@@ -22,3 +22,32 @@ Return all installed languages from site _https://contoso.sharepoint.com/_
22
22
  ```sh
23
23
  m365 spo web installedlanguage list --webUrl https://contoso.sharepoint.com
24
24
  ```
25
+
26
+ ## Response
27
+
28
+ === "JSON"
29
+
30
+ ```json
31
+ [
32
+ {
33
+ "DisplayName": "English",
34
+ "LanguageTag": "en-US",
35
+ "Lcid": 1033
36
+ }
37
+ ]
38
+ ```
39
+
40
+ === "Text"
41
+
42
+ ```text
43
+ DisplayName LanguageTag Lcid
44
+ -------------------------- ----------- -----
45
+ English en-US 1033
46
+ ```
47
+
48
+ === "CSV"
49
+
50
+ ```csv
51
+ DisplayName,LanguageTag,Lcid
52
+ English,en-US,1033
53
+ ```
@@ -22,3 +22,84 @@ Return all subsites from site _https://contoso.sharepoint.com/_
22
22
  ```sh
23
23
  m365 spo web list --url https://contoso.sharepoint.com
24
24
  ```
25
+
26
+ ## Response
27
+
28
+ === "JSON"
29
+
30
+ ```json
31
+ [
32
+ {
33
+ "AllowRssFeeds": true,
34
+ "AlternateCssUrl": "",
35
+ "AppInstanceId": "00000000-0000-0000-0000-000000000000",
36
+ "ClassicWelcomePage": null,
37
+ "Configuration": 0,
38
+ "Created": "2022-11-05T14:07:51",
39
+ "CurrentChangeToken": {
40
+ "StringValue": "1;2;b60137df-c3dc-4984-9def-8edcf7c98ab9;638032561833570000;715587227"
41
+ },
42
+ "CustomMasterUrl": "/subsite/_catalogs/masterpage/seattle.master",
43
+ "Description": "Subsite",
44
+ "DesignPackageId": "00000000-0000-0000-0000-000000000000",
45
+ "DocumentLibraryCalloutOfficeWebAppPreviewersDisabled": false,
46
+ "EnableMinimalDownload": true,
47
+ "FooterEmphasis": 0,
48
+ "FooterEnabled": false,
49
+ "FooterLayout": 0,
50
+ "HeaderEmphasis": 0,
51
+ "HeaderLayout": 0,
52
+ "HideTitleInHeader": false,
53
+ "HorizontalQuickLaunch": false,
54
+ "Id": "b60137df-c3dc-4984-9def-8edcf7c98ab9",
55
+ "IsEduClass": false,
56
+ "IsEduClassProvisionChecked": false,
57
+ "IsEduClassProvisionPending": false,
58
+ "IsHomepageModernized": false,
59
+ "IsMultilingual": false,
60
+ "IsRevertHomepageLinkHidden": false,
61
+ "Language": 1033,
62
+ "LastItemModifiedDate": "2022-11-05T14:08:03Z",
63
+ "LastItemUserModifiedDate": "2022-11-05T14:08:03Z",
64
+ "LogoAlignment": 0,
65
+ "MasterUrl": "/subsite/_catalogs/masterpage/seattle.master",
66
+ "MegaMenuEnabled": false,
67
+ "NavAudienceTargetingEnabled": false,
68
+ "NoCrawl": false,
69
+ "ObjectCacheEnabled": false,
70
+ "OverwriteTranslationsOnChange": false,
71
+ "ResourcePath": {
72
+ "DecodedUrl": "https://contoso.sharepoint.com/subsite"
73
+ },
74
+ "QuickLaunchEnabled": true,
75
+ "RecycleBinEnabled": true,
76
+ "SearchScope": 0,
77
+ "ServerRelativeUrl": "/subsite",
78
+ "SiteLogoUrl": null,
79
+ "SyndicationEnabled": true,
80
+ "TenantAdminMembersCanShare": 0,
81
+ "Title": "Subsite",
82
+ "TreeViewEnabled": false,
83
+ "UIVersion": 15,
84
+ "UIVersionConfigurationEnabled": false,
85
+ "Url": "https://contoso.sharepoint.com/subsite",
86
+ "WebTemplate": "STS",
87
+ "WelcomePage": "SitePages/Home.aspx"
88
+ }
89
+ ]
90
+ ```
91
+
92
+ === "Text"
93
+
94
+ ```text
95
+ Title Url Id
96
+ ------- --------------------------------------- ------------------------------------
97
+ Subsite https://contoso.sharepoint.com/subsite b60137df-c3dc-4984-9def-8edcf7c98ab9
98
+ ```
99
+
100
+ === "CSV"
101
+
102
+ ```csv
103
+ Title,Url,Id
104
+ Subsite,https://contoso.sharepoint.com/subsite,b60137df-c3dc-4984-9def-8edcf7c98ab9
105
+ ```
@@ -26,3 +26,7 @@ Request reindexing the subsite _https://contoso.sharepoint.com/subsite_
26
26
  ```sh
27
27
  m365 spo web reindex --url https://contoso.sharepoint.com/subsite
28
28
  ```
29
+
30
+ ## Response
31
+
32
+ The command won't return a response on success.
@@ -25,3 +25,7 @@ Delete subsite without prompting for confirmation
25
25
  ```sh
26
26
  m365 spo web remove --url https://contoso.sharepoint.com/subsite --confirm
27
27
  ```
28
+
29
+ ## Response
30
+
31
+ The command won't return a response on success.
@@ -55,3 +55,7 @@ add role assignment to site _https://contoso.sharepoint.com/sites/project-x_for
55
55
  ```sh
56
56
  m365 spo web roleassignment add --webUrl "https://contoso.sharepoint.com/sites/project-x" --principalId 11 --roleDefinitionName "Full Control"
57
57
  ```
58
+
59
+ ## Response
60
+
61
+ The command won't return a response on success.
@@ -52,3 +52,7 @@ Remove roleassignment from web based on principal Id without prompting for confi
52
52
  ```sh
53
53
  m365 spo web roleassignment remove --webUrl "https://contoso.sharepoint.com/sites/contoso-sales" --principalId 2 --confirm
54
54
  ```
55
+
56
+ ## Response
57
+
58
+ The command won't return a response on success.
@@ -31,3 +31,7 @@ Restore role inheritance of subsite _https://contoso.sharepoint.com/sites/projec
31
31
  ```sh
32
32
  m365 spo web roleinheritance reset --webUrl https://contoso.sharepoint.com/sites/project-x --confirm
33
33
  ```
34
+
35
+ ## Response
36
+
37
+ The command won't return a response on success.
@@ -99,6 +99,10 @@ Set welcome page for the web
99
99
  m365 spo web set --url https://contoso.sharepoint.com/sites/team-a --welcomePage "SitePages/new-home.aspx"
100
100
  ```
101
101
 
102
+ ## Response
103
+
104
+ The command won't return a response on success.
105
+
102
106
  ## More information
103
107
 
104
108
  - Web properties: [https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-server/ee545886(v=office.15)](https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-server/ee545886(v=office.15))
@@ -47,3 +47,7 @@ Install a personal app for the user specified using their ID
47
47
  ```sh
48
48
  m365 teams app install --id 4440558e-8c73-4597-abc7-3644a64c4bce --userId 2609af39-7775-4f94-a3dc-0dd67657e900
49
49
  ```
50
+
51
+ ## Response
52
+
53
+ The command won't return a response on success.
@@ -50,3 +50,33 @@ List your organization's apps installed in the specified Microsoft Teams team wi
50
50
  ```sh
51
51
  m365 teams app list --teamName "Team Name"
52
52
  ```
53
+
54
+ ## Response
55
+
56
+ === "JSON"
57
+
58
+ ```json
59
+ [
60
+ {
61
+ "id": "ffdb7239-3b58-46ba-b108-7f90a6d8799b",
62
+ "externalId": null,
63
+ "displayName": "Contoso App",
64
+ "distributionMethod": "store"
65
+ }
66
+ ]
67
+ ```
68
+
69
+ === "Text"
70
+
71
+ ```text
72
+ id displayName distributionMethod
73
+ -------------------------------------------------------- -------------------------------- ------------------
74
+ ffdb7239-3b58-46ba-b108-7f90a6d8799b Contoso App store
75
+ ```
76
+
77
+ === "CSV"
78
+
79
+ ```csv
80
+ id,displayName,distributionMethod
81
+ ffdb7239-3b58-46ba-b108-7f90a6d8799b,Contoso App,store
82
+ ```
@@ -17,7 +17,8 @@ m365 teams app publish [options]
17
17
 
18
18
  ## Remarks
19
19
 
20
- You can only publish a Teams app as a global administrator.
20
+ !!! important
21
+ To use this command you must be a Global administrator.
21
22
 
22
23
  ## Examples
23
24
 
@@ -26,3 +27,32 @@ Add the _teams-manifest.zip_ file to the organization's app catalog
26
27
  ```sh
27
28
  m365 teams app publish --filePath ./teams-manifest.zip
28
29
  ```
30
+
31
+ ## Response
32
+
33
+ === "JSON"
34
+
35
+ ```json
36
+ {
37
+ "id": "e3e29acb-8c79-412b-b746-e6c39ff4cd22",
38
+ "externalId": "b5561ec9-8cab-4aa3-8aa2-d8d7172e4311",
39
+ "displayName": "Test App",
40
+ "distributionMethod": "organization"
41
+ }
42
+ ```
43
+
44
+ === "Text"
45
+
46
+ ```text
47
+ displayName : Test App
48
+ distributionMethod: organization
49
+ externalId : b5561ec9-8cab-4aa3-8aa2-d8d7172e4311
50
+ id : e3e29acb-8c79-412b-b746-e6c39ff4cd22
51
+ ```
52
+
53
+ === "CSV"
54
+
55
+ ```csv
56
+ id,externalId,displayName,distributionMethod
57
+ e3e29acb-8c79-412b-b746-e6c39ff4cd22,b5561ec9-8cab-4aa3-8aa2-d8d7172e4311,Test App,organization
58
+ ```
@@ -35,3 +35,7 @@ Remove the Teams app with ID _83cece1e-938d-44a1-8b86-918cf6151957_ from the org
35
35
  ```sh
36
36
  m365 teams app remove --id 83cece1e-938d-44a1-8b86-918cf6151957 --confirm
37
37
  ```
38
+
39
+ ## Response
40
+
41
+ The command won't return a response on success.
@@ -33,3 +33,7 @@ Uninstall an app from a Microsoft Teams team
33
33
  ```sh
34
34
  m365 teams app uninstall --id YzUyN2E0NzAtYTg4Mi00ODFjLTk4MWMtZWU2ZWZhYmE4NWM3IyM0ZDFlYTA0Ny1mMTk2LTQ1MGQtYjJlOS0wZDI4NTViYTA1YTY= --teamId 2609af39-7775-4f94-a3dc-0dd67657e900
35
35
  ```
36
+
37
+ ## Response
38
+
39
+ The command won't return a response on success.
@@ -38,3 +38,7 @@ Update the Teams app with name _Test app_ from file _teams-manifest.zip_
38
38
  ```sh
39
39
  m365 teams app update --name "Test app" --filePath ./teams-manifest.zip
40
40
  ```
41
+
42
+ ## Response
43
+
44
+ The command won't return a response on success.
@@ -41,6 +41,10 @@ Removes the Microsoft Teams client cache
41
41
  m365 teams cache remove
42
42
  ```
43
43
 
44
+ ## Response
45
+
46
+ The command won't return a response on success.
47
+
44
48
  ## More information
45
49
 
46
50
  - [Clear the Teams client cache guidance](https://docs.microsoft.com/microsoftteams/troubleshoot/teams-administration/clear-teams-cache)
@@ -59,3 +59,40 @@ Add shared channel to the specified Microsoft Teams team with owner ID
59
59
  ```sh
60
60
  m365 teams channel add --teamId 6703ac8a-c49b-4fd4-8223-28f0ac3a6402 --name climicrosoft365 --type shared --owner cc693a7d-4833-4911-a89a-f0fe6e49bf69
61
61
  ```
62
+
63
+ ## Response
64
+
65
+ === "JSON"
66
+
67
+ ```json
68
+ {
69
+ "id": "19:591922f67c4341eeb15e49c791822bfe@thread.tacv2",
70
+ "createdDateTime": "2022-11-05T10:02:44.3930065Z",
71
+ "displayName": "climicrosoft365",
72
+ "description": null,
73
+ "isFavoriteByDefault": false,
74
+ "email": "",
75
+ "webUrl": "https://teams.microsoft.com/l/channel/19%3a591922f67c4341eeb15e49c791822bfe%40thread.tacv2/climicrosoft365?groupId=6703ac8a-c49b-4fd4-8223-28f0ac3a6402&tenantId=446355e4-e7e3-43d5-82f8-d7ad8272d55b",
76
+ "membershipType": "standard"
77
+ }
78
+ ```
79
+
80
+ === "Text"
81
+
82
+ ```text
83
+ createdDateTime : 2022-11-05T10:05:31.3998293Z
84
+ description : null
85
+ displayName : climicrosoft365
86
+ email :
87
+ id : 19:591922f67c4341eeb15e49c791822bfe@thread.tacv2
88
+ isFavoriteByDefault: false
89
+ membershipType : standard
90
+ webUrl : https://teams.microsoft.com/l/channel/19%3a591922f67c4341eeb15e49c791822bfe%40thread.tacv2/climicrosoft365?groupId=6703ac8a-c49b-4fd4-8223-28f0ac3a6402&tenantId=446355e4-e7e3-43d5-82f8-d7ad8272d55b
91
+ ```
92
+
93
+ === "CSV"
94
+
95
+ ```csv
96
+ id,createdDateTime,displayName,description,isFavoriteByDefault,email,webUrl,membershipType
97
+ 19:591922f67c4341eeb15e49c791822bfe@thread.tacv2,2022-11-05T12:34:59.6583728Z,climicrosoft365,,,,https://teams.microsoft.com/l/channel/19%3a591922f67c4341eeb15e49c791822bfe%40thread.tacv2/climicrosoft365?groupId=6703ac8a-c49b-4fd4-8223-28f0ac3a6402&tenantId=446355e4-e7e3-43d5-82f8-d7ad8272d55b,standard
98
+ ```
@@ -46,3 +46,42 @@ Get information about Microsoft Teams team primary channel , i.e. General
46
46
  ```sh
47
47
  m365 teams channel get --teamName "Team Name" --primary
48
48
  ```
49
+
50
+ ## Response
51
+
52
+ === "JSON"
53
+
54
+ ```json
55
+ {
56
+ "id": "19:493665404ebd4a18adb8a980a31b4986@thread.tacv2",
57
+ "createdDateTime": "2022-10-26T15:43:31.954Z",
58
+ "displayName": "Channel Name",
59
+ "description": "This team is about Contoso",
60
+ "isFavoriteByDefault": null,
61
+ "email": "TeamName@contoso.onmicrosoft.com",
62
+ "tenantId": "446355e4-e7e3-43d5-82f8-d7ad8272d55b",
63
+ "webUrl": "https://teams.microsoft.com/l/channel/19%3A493665404ebd4a18adb8a980a31b4986%40thread.tacv2/ChannelName?groupId=aee5a2c9-b1df-45ac-9964-c708e760a045&tenantId=446355e4-e7e3-43d5-82f8-d7ad8272d55b&allowXTenantAccess=False",
64
+ "membershipType": "standard"
65
+ }
66
+ ```
67
+
68
+ === "Text"
69
+
70
+ ```text
71
+ createdDateTime : 2022-10-26T15:43:31.954Z
72
+ description : This team is about the Contoso
73
+ displayName : Channel Name
74
+ email : TeamName@ordidev.onmicrosoft.com
75
+ id : 19:493665404ebd4a18adb8a980a31b4986@thread.tacv2
76
+ isFavoriteByDefault: null
77
+ membershipType : standard
78
+ tenantId : 446355e4-e7e3-43d5-82f8-d7ad8272d55b
79
+ webUrl : https://teams.microsoft.com/l/channel/19%3A493665404ebd4a18adb8a980a31b4986%40thread.tacv2/ChannelName?groupId=aee5a2c9-b1df-45ac-9964-c708e760a045&tenantId=446355e4-e7e3-43d5-82f8-d7ad8272d55b&allowXTenantAccess=False
80
+ ```
81
+
82
+ === "CSV"
83
+
84
+ ```csv
85
+ id,createdDateTime,displayName,description,isFavoriteByDefault,email,tenantId,webUrl,membershipType
86
+ 19:493665404ebd4a18adb8a980a31b4986@thread.tacv2,2022-10-26T15:43:31.954Z,Channel Name,This team is about Contoso,,TeamName@contoso.onmicrosoft.com,446355e4-e7e3-43d5-82f8-d7ad8272d55b,https://teams.microsoft.com/l/channel/19%3A493665404ebd4a18adb8a980a31b4986%40thread.tacv2/ChannelName?groupId=aee5a2c9-b1df-45ac-9964-c708e760a045&tenantId=446355e4-e7e3-43d5-82f8-d7ad8272d55b&allowXTenantAccess=False,standard
87
+ ```
@@ -40,3 +40,38 @@ List private channels in a specified Microsoft Teams team with id 00000000-0000-
40
40
  ```sh
41
41
  m365 teams channel list --teamId 00000000-0000-0000-0000-000000000000 --type private
42
42
  ```
43
+
44
+ ## Response
45
+
46
+ === "JSON"
47
+
48
+ ```json
49
+ [
50
+ {
51
+ "id": "19:B3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1@thread.tacv2",
52
+ "createdDateTime": "2022-10-26T15:43:31.954Z",
53
+ "displayName": "Channel Name",
54
+ "description": "This team is about Contoso",
55
+ "isFavoriteByDefault": null,
56
+ "email": "TeamsName@contoso.onmicrosoft.com",
57
+ "tenantId": "446355e4-e7e3-43d5-82f8-d7ad8272d55b",
58
+ "webUrl": "https://teams.microsoft.com/l/channel/19%3AB3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1%40thread.tacv2/TeamsName?groupId=aee5a2c9-b1df-45ac-9964-c708e760a045&tenantId=446355e4-e7e3-43d5-82f8-d7ad8272d55b&allowXTenantAccess=False",
59
+ "membershipType": "standard"
60
+ }
61
+ ]
62
+ ```
63
+
64
+ === "Text"
65
+
66
+ ```text
67
+ id displayName
68
+ ------------------------------------------------------------ -----------
69
+ 19:B3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1@thread.tacv2 Channel Name
70
+ ```
71
+
72
+ === "CSV"
73
+
74
+ ```csv
75
+ id,displayName
76
+ 19:B3nCnLKwwCoGDEADyUgQ5kJ5Pkekujyjmwxp7uhQeAE1@thread.tacv2,Channel Name
77
+ ```
@@ -52,3 +52,7 @@ Add owners to a channel based on their display names
52
52
  ```sh
53
53
  m365 teams channel member add --teamName "Human Resources" --channelName "Private Channel" --userDisplayName "Anne Matthews,John Doe" --owner
54
54
  ```
55
+
56
+ ## Response
57
+
58
+ The command won't return a response on success.