@pnp/cli-microsoft365 6.4.0-beta.6b65014 → 6.4.0-beta.91f8cd3
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.
- package/README.md +12 -1
- package/dist/m365/aad/commands/user/user-get.js +3 -0
- package/dist/m365/aad/commands/user/user-set.js +3 -0
- package/dist/m365/aad/commands/user/user-signin-list.js +3 -0
- package/dist/m365/planner/commands/roster/roster-member-add.js +3 -0
- package/dist/m365/spfx/commands/spfx-doctor.js +43 -29
- package/dist/m365/spo/commands/tenant/tenant-applicationcustomizer-get.js +118 -0
- package/dist/m365/spo/commands.js +1 -0
- package/dist/utils/md.js +7 -0
- package/dist/utils/spo.js +14 -0
- package/docs/docs/cmd/onenote/page/page-list.md +1 -1
- package/docs/docs/cmd/outlook/mail/mail-send.md +4 -0
- package/docs/docs/cmd/outlook/message/message-get.md +143 -0
- package/docs/docs/cmd/outlook/message/message-list.md +119 -0
- package/docs/docs/cmd/outlook/message/message-move.md +4 -0
- package/docs/docs/cmd/outlook/report/report-mailactivitycounts.md +40 -0
- package/docs/docs/cmd/outlook/report/report-mailactivityusercounts.md +40 -0
- package/docs/docs/cmd/outlook/report/report-mailactivityuserdetail.md +45 -0
- package/docs/docs/cmd/outlook/report/report-mailappusageappsusercounts.md +43 -0
- package/docs/docs/cmd/outlook/report/report-mailappusageusercounts.md +44 -0
- package/docs/docs/cmd/outlook/report/report-mailappusageuserdetail.md +48 -0
- package/docs/docs/cmd/outlook/report/report-mailappusageversionsusercounts.md +41 -0
- package/docs/docs/cmd/outlook/report/report-mailboxusagedetail.md +49 -0
- package/docs/docs/cmd/outlook/report/report-mailboxusagemailboxcount.md +37 -0
- package/docs/docs/cmd/outlook/report/report-mailboxusagequotastatusmailboxcounts.md +40 -0
- package/docs/docs/cmd/outlook/report/report-mailboxusagestorage.md +36 -0
- package/docs/docs/cmd/outlook/room/room-list.md +81 -0
- package/docs/docs/cmd/outlook/roomlist/roomlist-list.md +58 -0
- package/docs/docs/cmd/planner/plan/plan-add.md +3 -3
- package/docs/docs/cmd/planner/plan/plan-set.md +73 -7
- package/docs/docs/cmd/planner/roster/roster-add.md +16 -1
- package/docs/docs/cmd/planner/task/task-add.md +230 -0
- package/docs/docs/cmd/planner/task/task-checklistitem-add.md +55 -0
- package/docs/docs/cmd/planner/task/task-checklistitem-list.md +55 -0
- package/docs/docs/cmd/planner/task/task-checklistitem-remove.md +4 -0
- package/docs/docs/cmd/planner/task/task-get.md +131 -0
- package/docs/docs/cmd/planner/task/task-list.md +92 -0
- package/docs/docs/cmd/planner/task/task-reference-add.md +46 -0
- package/docs/docs/cmd/planner/task/task-reference-list.md +46 -0
- package/docs/docs/cmd/planner/task/task-reference-remove.md +4 -0
- package/docs/docs/cmd/planner/task/task-remove.md +4 -0
- package/docs/docs/cmd/planner/task/task-set.md +230 -0
- package/docs/docs/cmd/planner/tenant/tenant-settings-list.md +55 -0
- package/docs/docs/cmd/planner/tenant/tenant-settings-set.md +55 -0
- package/docs/docs/cmd/pp/card/card-get.md +2 -2
- package/docs/docs/cmd/pp/card/card-list.md +2 -2
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.md +7 -7
- package/docs/docs/cmd/skype/report/report-activitycounts.md +38 -0
- package/docs/docs/cmd/skype/report/report-activityusercounts.md +38 -0
- package/docs/docs/cmd/skype/report/report-activityuserdetail.md +67 -0
- package/docs/docs/cmd/spo/listitem/listitem-add.md +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-batch-add.md +1 -1
- package/docs/docs/cmd/spo/listitem/listitem-set.md +1 -1
- package/docs/docs/cmd/spo/site/site-set.md +2 -2
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.md +142 -0
- package/docs/docs/cmd/spo/term/term-list.md +1 -1
- package/docs/docs/cmd/teams/channel/channel-get.md +1 -1
- package/docs/docs/cmd/teams/message/message-get.md +39 -4
- package/docs/docs/cmd/teams/message/message-list.md +41 -6
- package/docs/docs/cmd/teams/message/message-reply-list.md +39 -4
- package/docs/docs/cmd/teams/messagingsettings/messagingsettings-list.md +20 -2
- package/docs/docs/cmd/teams/messagingsettings/messagingsettings-set.md +8 -8
- package/docs/docs/cmd/teams/report/report-deviceusagedistributionusercounts.md +12 -5
- package/docs/docs/cmd/teams/report/report-deviceusageusercounts.md +13 -6
- package/docs/docs/cmd/teams/report/report-deviceusageuserdetail.md +14 -7
- package/docs/docs/cmd/teams/report/report-directroutingcalls.md +13 -6
- package/docs/docs/cmd/teams/report/report-pstncalls.md +13 -6
- package/docs/docs/cmd/teams/report/report-useractivitycounts.md +13 -6
- package/docs/docs/cmd/teams/report/report-useractivityusercounts.md +13 -6
- package/docs/docs/cmd/teams/report/report-useractivityuserdetail.md +13 -6
- package/docs/docs/cmd/teams/tab/tab-add.md +16 -0
- package/docs/docs/cmd/teams/tab/tab-get.md +17 -0
- package/docs/docs/cmd/teams/tab/tab-list.md +19 -0
- package/docs/docs/cmd/teams/team/team-add.md +77 -8
- package/docs/docs/cmd/teams/team/team-app-list.md +18 -2
- package/docs/docs/cmd/teams/team/team-archive.md +2 -2
- package/docs/docs/cmd/teams/team/team-clone.md +8 -8
- package/docs/docs/cmd/teams/team/team-get.md +34 -4
- package/docs/docs/cmd/teams/team/team-list.md +34 -3
- package/docs/docs/cmd/teams/team/team-remove.md +3 -3
- package/docs/docs/cmd/teams/team/team-set.md +8 -8
- package/docs/docs/cmd/teams/team/team-unarchive.md +3 -2
- package/docs/docs/cmd/teams/user/user-app-add.md +3 -3
- package/docs/docs/cmd/teams/user/user-app-list.md +18 -2
- package/docs/docs/cmd/teams/user/user-app-remove.md +4 -4
- package/docs/docs/cmd/teams/user/user-list.md +21 -4
- package/package.json +1 -1
|
@@ -54,3 +54,58 @@ Enable Microsoft Planner but disallow roster plans to be created
|
|
|
54
54
|
```sh
|
|
55
55
|
m365 planner tenant settings set --isPlannerAllowed true --allowRosterCreation false
|
|
56
56
|
```
|
|
57
|
+
|
|
58
|
+
## Response
|
|
59
|
+
|
|
60
|
+
=== "JSON"
|
|
61
|
+
|
|
62
|
+
```json
|
|
63
|
+
{
|
|
64
|
+
"id": "1",
|
|
65
|
+
"isPlannerAllowed": true,
|
|
66
|
+
"allowCalendarSharing": true,
|
|
67
|
+
"allowTenantMoveWithDataLoss": false,
|
|
68
|
+
"allowTenantMoveWithDataMigration": false,
|
|
69
|
+
"allowRosterCreation": true,
|
|
70
|
+
"allowPlannerMobilePushNotifications": true
|
|
71
|
+
}
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
=== "Text"
|
|
75
|
+
|
|
76
|
+
```txt
|
|
77
|
+
allowCalendarSharing : true
|
|
78
|
+
allowPlannerMobilePushNotifications: true
|
|
79
|
+
allowRosterCreation : true
|
|
80
|
+
allowTenantMoveWithDataLoss : false
|
|
81
|
+
allowTenantMoveWithDataMigration : false
|
|
82
|
+
isPlannerAllowed : true
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
=== "CSV"
|
|
86
|
+
|
|
87
|
+
```csv
|
|
88
|
+
isPlannerAllowed,allowCalendarSharing,allowTenantMoveWithDataLoss,allowTenantMoveWithDataMigration,allowRosterCreation,allowPlannerMobilePushNotifications
|
|
89
|
+
1,1,,,1,1
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
=== "Markdown"
|
|
93
|
+
|
|
94
|
+
```md
|
|
95
|
+
# planner tenant settings list
|
|
96
|
+
|
|
97
|
+
Date: 4/2/2023
|
|
98
|
+
|
|
99
|
+
## 1
|
|
100
|
+
|
|
101
|
+
Property | Value
|
|
102
|
+
---------|-------
|
|
103
|
+
id | 1
|
|
104
|
+
isPlannerAllowed | true
|
|
105
|
+
allowCalendarSharing | true
|
|
106
|
+
allowTenantMoveWithDataLoss | false
|
|
107
|
+
allowTenantMoveWithDataMigration | false
|
|
108
|
+
allowRosterCreation | true
|
|
109
|
+
allowPlannerMobilePushNotifications | true
|
|
110
|
+
disallowedSharedWithContainerTypes | []
|
|
111
|
+
```
|
|
@@ -97,7 +97,7 @@ m365 pp card get --environment "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --
|
|
|
97
97
|
},
|
|
98
98
|
"owninguser":{
|
|
99
99
|
"azureactivedirectoryobjectid":"78637d62-e872-4dc9-b7c1-bd161e631682",
|
|
100
|
-
"fullname":"#
|
|
100
|
+
"fullname":"# John Doe",
|
|
101
101
|
"systemuserid":"4f175d04-b952-ed11-bba2-000d3adf774e",
|
|
102
102
|
"ownerid":"4f175d04-b952-ed11-bba2-000d3adf774e"
|
|
103
103
|
}
|
|
@@ -167,5 +167,5 @@ m365 pp card get --environment "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --
|
|
|
167
167
|
publishsourceid | null
|
|
168
168
|
timezoneruleversionnumber | null
|
|
169
169
|
iscustomizable | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
|
|
170
|
-
owninguser | {"azureactivedirectoryobjectid":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","fullname":"#
|
|
170
|
+
owninguser | {"azureactivedirectoryobjectid":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","fullname":"# John Doe","systemuserid":"4f175d04-b952-ed11-bba2-000d3adf774e","ownerid":"4f175d04-b952-ed11-bba2-000d3adf774e"}
|
|
171
171
|
```
|
|
@@ -80,7 +80,7 @@ m365 pp card list --environment "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" -
|
|
|
80
80
|
},
|
|
81
81
|
"owninguser":{
|
|
82
82
|
"azureactivedirectoryobjectid":"78637d62-e872-4dc9-b7c1-bd161e631682",
|
|
83
|
-
"fullname":"#
|
|
83
|
+
"fullname":"# John Doe",
|
|
84
84
|
"systemuserid":"4f175d04-b952-ed11-bba2-000d3adf774e",
|
|
85
85
|
"ownerid":"4f175d04-b952-ed11-bba2-000d3adf774e"
|
|
86
86
|
}
|
|
@@ -149,5 +149,5 @@ m365 pp card list --environment "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" -
|
|
|
149
149
|
publishsourceid | null
|
|
150
150
|
timezoneruleversionnumber | null
|
|
151
151
|
iscustomizable | {"Value":true,"CanBeChanged":true,"ManagedPropertyLogicalName":"iscustomizableanddeletable"}
|
|
152
|
-
owninguser | {"azureactivedirectoryobjectid":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","fullname":"#
|
|
152
|
+
owninguser | {"azureactivedirectoryobjectid":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","fullname":"# John Doe","systemuserid":"4f175d04-b952-ed11-bba2-000d3adf774e","ownerid":"4f175d04-b952-ed11-bba2-000d3adf774e"}
|
|
153
153
|
```
|
|
@@ -53,13 +53,13 @@ This command is part of a series of commands that have to do with event-based re
|
|
|
53
53
|
"createdBy": {
|
|
54
54
|
"user": {
|
|
55
55
|
"id": null,
|
|
56
|
-
"displayName": "
|
|
56
|
+
"displayName": "John Doe"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"lastModifiedBy": {
|
|
60
60
|
"user": {
|
|
61
61
|
"id": null,
|
|
62
|
-
"displayName": "
|
|
62
|
+
"displayName": "John Doe"
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
}
|
|
@@ -69,12 +69,12 @@ This command is part of a series of commands that have to do with event-based re
|
|
|
69
69
|
=== "Text"
|
|
70
70
|
|
|
71
71
|
```text
|
|
72
|
-
createdBy : {"user":{"id":null,"displayName":"
|
|
72
|
+
createdBy : {"user":{"id":null,"displayName":"John Doe"}}
|
|
73
73
|
createdDateTime : 2023-01-31T20:40:40Z
|
|
74
74
|
description : A retention event type to start a retention period based on the date that a contract expired.
|
|
75
75
|
displayName : Contract Expiry
|
|
76
76
|
id : 806cb481-4cc6-47c3-af26-26d64f6e7aab
|
|
77
|
-
lastModifiedBy : {"user":{"id":null,"displayName":"
|
|
77
|
+
lastModifiedBy : {"user":{"id":null,"displayName":"John Doe"}}
|
|
78
78
|
lastModifiedDateTime: 2023-01-31T20:40:40Z
|
|
79
79
|
```
|
|
80
80
|
|
|
@@ -82,7 +82,7 @@ This command is part of a series of commands that have to do with event-based re
|
|
|
82
82
|
|
|
83
83
|
```csv
|
|
84
84
|
displayName,description,createdDateTime,lastModifiedDateTime,id,createdBy,lastModifiedBy
|
|
85
|
-
Contract Expiry,A retention event type to start a retention period based on the date that a contract expired.,2023-01-31T20:53:23Z,2023-01-31T20:53:23Z,b430ae4c-1e26-422f-9544-67df3abfb200,"{""user"":{""id"":null,""displayName"":""
|
|
85
|
+
Contract Expiry,A retention event type to start a retention period based on the date that a contract expired.,2023-01-31T20:53:23Z,2023-01-31T20:53:23Z,b430ae4c-1e26-422f-9544-67df3abfb200,"{""user"":{""id"":null,""displayName"":""John Doe""}}","{""user"":{""id"":null,""displayName"":""John Doe""}}"
|
|
86
86
|
```
|
|
87
87
|
|
|
88
88
|
=== "Markdown"
|
|
@@ -101,6 +101,6 @@ This command is part of a series of commands that have to do with event-based re
|
|
|
101
101
|
createdDateTime | 2023-01-31T20:55:35Z
|
|
102
102
|
lastModifiedDateTime | 2023-01-31T20:55:35Z
|
|
103
103
|
id | ca0e1f8d-4e42-4a81-be85-022502d70c4e
|
|
104
|
-
createdBy | {"user":{"id":null,"displayName":"
|
|
105
|
-
lastModifiedBy | {"user":{"id":null,"displayName":"
|
|
104
|
+
createdBy | {"user":{"id":null,"displayName":"John Doe"}}
|
|
105
|
+
lastModifiedBy | {"user":{"id":null,"displayName":"John Doe"}}
|
|
106
106
|
```
|
|
@@ -37,3 +37,41 @@ Gets the trends on how many users organized and participated in conference sessi
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 skype report activitycounts --period D7 --output json > "activitycounts.json"
|
|
39
39
|
```
|
|
40
|
+
|
|
41
|
+
## Response
|
|
42
|
+
|
|
43
|
+
=== "JSON"
|
|
44
|
+
|
|
45
|
+
```json
|
|
46
|
+
[
|
|
47
|
+
{
|
|
48
|
+
"Report Refresh Date": "2023-01-25",
|
|
49
|
+
"Report Date": "2023-01-19",
|
|
50
|
+
"Report Period": "7",
|
|
51
|
+
"Peer-to-peer": "0",
|
|
52
|
+
"Organized": "0",
|
|
53
|
+
"Participated": "0"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
=== "Text"
|
|
59
|
+
|
|
60
|
+
```txt
|
|
61
|
+
Report Refresh Date,Report Date,Report Period,Peer-to-peer,Organized,Participated
|
|
62
|
+
2023-01-25,2023-01-19,7,0,0,0
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
=== "CSV"
|
|
66
|
+
|
|
67
|
+
```csv
|
|
68
|
+
Report Refresh Date,Report Date,Report Period,Peer-to-peer,Organized,Participated
|
|
69
|
+
2023-01-25,2023-01-19,7,0,0,0
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
=== "Markdown"
|
|
73
|
+
|
|
74
|
+
```md
|
|
75
|
+
Report Refresh Date,Report Date,Report Period,Peer-to-peer,Organized,Participated
|
|
76
|
+
2023-01-25,2023-01-19,7,0,0,0
|
|
77
|
+
```
|
|
@@ -37,3 +37,41 @@ Gets the trends on how many unique users organized and participated in conferenc
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 skype report activityusercounts --period D7 --output json > "activityusercounts.json"
|
|
39
39
|
```
|
|
40
|
+
|
|
41
|
+
## Response
|
|
42
|
+
|
|
43
|
+
=== "JSON"
|
|
44
|
+
|
|
45
|
+
```json
|
|
46
|
+
[
|
|
47
|
+
{
|
|
48
|
+
"Report Refresh Date": "2023-01-25",
|
|
49
|
+
"Report Date": "2023-01-19",
|
|
50
|
+
"Report Period": "7",
|
|
51
|
+
"Peer-to-peer": "0",
|
|
52
|
+
"Organized": "0",
|
|
53
|
+
"Participated": "0"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
=== "Text"
|
|
59
|
+
|
|
60
|
+
```txt
|
|
61
|
+
Report Refresh Date,Report Date,Report Period,Peer-to-peer,Organized,Participated
|
|
62
|
+
2023-01-25,2023-01-19,7,0,0,0
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
=== "CSV"
|
|
66
|
+
|
|
67
|
+
```csv
|
|
68
|
+
Report Refresh Date,Report Date,Report Period,Peer-to-peer,Organized,Participated
|
|
69
|
+
2023-01-25,2023-01-19,7,0,0,0
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
=== "Markdown"
|
|
73
|
+
|
|
74
|
+
```md
|
|
75
|
+
Report Refresh Date,Report Date,Report Period,Peer-to-peer,Organized,Participated
|
|
76
|
+
2023-01-25,2023-01-19,7,0,0,0
|
|
77
|
+
```
|
|
@@ -46,3 +46,70 @@ Gets details about Skype for Business activity by user for the last week and exp
|
|
|
46
46
|
```sh
|
|
47
47
|
m365 skype report activityuserdetail --period D7 --output json > "activityuserdetail.json"
|
|
48
48
|
```
|
|
49
|
+
|
|
50
|
+
## Response
|
|
51
|
+
|
|
52
|
+
=== "JSON"
|
|
53
|
+
|
|
54
|
+
```json
|
|
55
|
+
[
|
|
56
|
+
{
|
|
57
|
+
"Report Refresh Date": "2023-01-25",
|
|
58
|
+
"User Principal Name": "john.doe@contoso.com",
|
|
59
|
+
"Is Deleted": "False",
|
|
60
|
+
"Deleted Date": "",
|
|
61
|
+
"Last Activity Date": "2021-03-22",
|
|
62
|
+
"Total Peer-to-peer Session Count": "0",
|
|
63
|
+
"Total Organized Conference Count": "0",
|
|
64
|
+
"Total Participated Conference Count": "0",
|
|
65
|
+
"Peer-to-peer Last Activity Date": "2021-03-22",
|
|
66
|
+
"Organized Conference Last Activity Date": "2021-02-15",
|
|
67
|
+
"Participated Conference Last Activity Date": "2021-02-15",
|
|
68
|
+
"Peer-to-peer IM Count": "0",
|
|
69
|
+
"Peer-to-peer Audio Count": "0",
|
|
70
|
+
"Peer-to-peer Audio Minutes": "0",
|
|
71
|
+
"Peer-to-peer Video Count": "0",
|
|
72
|
+
"Peer-to-peer Video Minutes": "0",
|
|
73
|
+
"Peer-to-peer App Sharing Count": "0",
|
|
74
|
+
"Peer-to-peer File Transfer Count": "0",
|
|
75
|
+
"Organized Conference IM Count": "0",
|
|
76
|
+
"Organized Conference Audio/Video Count": "0",
|
|
77
|
+
"Organized Conference Audio/Video Minutes": "0",
|
|
78
|
+
"Organized Conference App Sharing Count": "0",
|
|
79
|
+
"Organized Conference Web Count": "0",
|
|
80
|
+
"Organized Conference Dial-in/out 3rd Party Count": "0",
|
|
81
|
+
"Organized Conference Dial-in/out Microsoft Count": "0",
|
|
82
|
+
"Organized Conference Dial-in Microsoft Minutes": "0",
|
|
83
|
+
"Organized Conference Dial-out Microsoft Minutes": "0",
|
|
84
|
+
"Participated Conference IM Count": "0",
|
|
85
|
+
"Participated Conference Audio/Video Count": "0",
|
|
86
|
+
"Participated Conference Audio/Video Minutes": "0",
|
|
87
|
+
"Participated Conference App Sharing Count": "0",
|
|
88
|
+
"Participated Conference Web Count": "0",
|
|
89
|
+
"Participated Conference Dial-in/out 3rd Party Count": "0",
|
|
90
|
+
"Assigned Products": "MICROSOFT 365 E5+MICROSOFT POWER APPS PLAN 2 TRIAL+POWER BI (FREE)+MICROSOFT POWER AUTOMATE FREE+POWER AUTOMATE PER USER PLAN",
|
|
91
|
+
"Report Period": "7"
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
=== "Text"
|
|
97
|
+
|
|
98
|
+
```txt
|
|
99
|
+
Report Refresh Date,User Principal Name,Is Deleted,Deleted Date,Last Activity Date,Total Peer-to-peer Session Count,Total Organized Conference Count,Total Participated Conference Count,Peer-to-peer Last Activity Date,Organized Conference Last Activity Date,Participated Conference Last Activity Date,Peer-to-peer IM Count,Peer-to-peer Audio Count,Peer-to-peer Audio Minutes,Peer-to-peer Video Count,Peer-to-peer Video Minutes,Peer-to-peer App Sharing Count,Peer-to-peer File Transfer Count,Organized Conference IM Count,Organized Conference Audio/Video Count,Organized Conference Audio/Video Minutes,Organized Conference App Sharing Count,Organized Conference Web Count,Organized Conference Dial-in/out 3rd Party Count,Organized Conference Dial-in/out Microsoft Count,Organized Conference Dial-in Microsoft Minutes,Organized Conference Dial-out Microsoft Minutes,Participated Conference IM Count,Participated Conference Audio/Video Count,Participated Conference Audio/Video Minutes,Participated Conference App Sharing Count,Participated Conference Web Count,Participated Conference Dial-in/out 3rd Party Count,Assigned Products,Report Period
|
|
100
|
+
2023-01-25,john.doe@contoso.com,False,,2021-03-22,0,0,0,2021-03-22,2021-02-15,2021-02-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,MICROSOFT 365 E5+MICROSOFT POWER APPS PLAN 2 TRIAL+POWER BI (FREE)+MICROSOFT POWER AUTOMATE FREE+POWER AUTOMATE PER USER PLAN,7
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
=== "CSV"
|
|
104
|
+
|
|
105
|
+
```csv
|
|
106
|
+
Report Refresh Date,User Principal Name,Is Deleted,Deleted Date,Last Activity Date,Total Peer-to-peer Session Count,Total Organized Conference Count,Total Participated Conference Count,Peer-to-peer Last Activity Date,Organized Conference Last Activity Date,Participated Conference Last Activity Date,Peer-to-peer IM Count,Peer-to-peer Audio Count,Peer-to-peer Audio Minutes,Peer-to-peer Video Count,Peer-to-peer Video Minutes,Peer-to-peer App Sharing Count,Peer-to-peer File Transfer Count,Organized Conference IM Count,Organized Conference Audio/Video Count,Organized Conference Audio/Video Minutes,Organized Conference App Sharing Count,Organized Conference Web Count,Organized Conference Dial-in/out 3rd Party Count,Organized Conference Dial-in/out Microsoft Count,Organized Conference Dial-in Microsoft Minutes,Organized Conference Dial-out Microsoft Minutes,Participated Conference IM Count,Participated Conference Audio/Video Count,Participated Conference Audio/Video Minutes,Participated Conference App Sharing Count,Participated Conference Web Count,Participated Conference Dial-in/out 3rd Party Count,Assigned Products,Report Period
|
|
107
|
+
2023-01-25,john.doe@contoso.com,False,,2021-03-22,0,0,0,2021-03-22,2021-02-15,2021-02-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,MICROSOFT 365 E5+MICROSOFT POWER APPS PLAN 2 TRIAL+POWER BI (FREE)+MICROSOFT POWER AUTOMATE FREE+POWER AUTOMATE PER USER PLAN,7
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
=== "Markdown"
|
|
111
|
+
|
|
112
|
+
```md
|
|
113
|
+
Report Refresh Date,User Principal Name,Is Deleted,Deleted Date,Last Activity Date,Total Peer-to-peer Session Count,Total Organized Conference Count,Total Participated Conference Count,Peer-to-peer Last Activity Date,Organized Conference Last Activity Date,Participated Conference Last Activity Date,Peer-to-peer IM Count,Peer-to-peer Audio Count,Peer-to-peer Audio Minutes,Peer-to-peer Video Count,Peer-to-peer Video Minutes,Peer-to-peer App Sharing Count,Peer-to-peer File Transfer Count,Organized Conference IM Count,Organized Conference Audio/Video Count,Organized Conference Audio/Video Minutes,Organized Conference App Sharing Count,Organized Conference Web Count,Organized Conference Dial-in/out 3rd Party Count,Organized Conference Dial-in/out Microsoft Count,Organized Conference Dial-in Microsoft Minutes,Organized Conference Dial-out Microsoft Minutes,Participated Conference IM Count,Participated Conference Audio/Video Count,Participated Conference Audio/Video Minutes,Participated Conference App Sharing Count,Participated Conference Web Count,Participated Conference Dial-in/out 3rd Party Count,Assigned Products,Report Period
|
|
114
|
+
2023-01-25,john.doe@contoso.com,False,,2021-03-22,0,0,0,2021-03-22,2021-02-15,2021-02-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,MICROSOFT 365 E5+MICROSOFT POWER APPS PLAN 2 TRIAL+POWER BI (FREE)+MICROSOFT POWER AUTOMATE FREE+POWER AUTOMATE PER USER PLAN,7
|
|
115
|
+
```
|
|
@@ -59,7 +59,7 @@ m365 spo listitem add --listTitle "Demo List" --webUrl https://contoso.sharepoin
|
|
|
59
59
|
Add an item with Title _Demo Multi Person Field_ and a multi-select people field named _MultiPeopleField_ to list with title _Demo List_ in site _https://contoso.sharepoint.com/sites/project-x_
|
|
60
60
|
|
|
61
61
|
```sh
|
|
62
|
-
m365 spo listitem add --listTitle "Demo List" --webUrl https://contoso.sharepoint.com/sites/project-x --Title "Demo Multi Person Field" --MultiPeopleField "[{'Key':'i:0#.f|membership|markh@conotoso.com'},{'Key':'i:0#.f|membership|
|
|
62
|
+
m365 spo listitem add --listTitle "Demo List" --webUrl https://contoso.sharepoint.com/sites/project-x --Title "Demo Multi Person Field" --MultiPeopleField "[{'Key':'i:0#.f|membership|markh@conotoso.com'},{'Key':'i:0#.f|membership|john.doe@conotoso.com'}]"
|
|
63
63
|
```
|
|
64
64
|
|
|
65
65
|
Add an item with Title _Demo Hyperlink Field_ and a hyperlink field named _CustomHyperlink_ to list with title _Demo List_ in site _https://contoso.sharepoint.com/sites/project-x_
|
|
@@ -53,7 +53,7 @@ A sample CSV can be found below. The first line of the CSV-file should contain t
|
|
|
53
53
|
|
|
54
54
|
```csv
|
|
55
55
|
ContentType,Title,SingleChoiceField,MultiChoiceField,SingleMetadataField,MultiMetadataField,SinglePeopleField,MultiPeopleField,CustomHyperlink,NumberField
|
|
56
|
-
Item,Title A,Choice 1,Choice 1;#Choice 2,Engineering|4a3cc5f3-a4a6-433e-a07a-746978ff1760;,Engineering|4a3cc5f3-a4a6-433e-a07a-746978ff1760;Finance|f994a4ac-cf34-448e-a22c-2b35fd9bbffa;,[{'Key':'i:0#.f|membership|markh@contoso.com'}],"[{'Key':'i:0#.f|membership|markh@contoso.com'},{'Key':'i:0#.f|membership|
|
|
56
|
+
Item,Title A,Choice 1,Choice 1;#Choice 2,Engineering|4a3cc5f3-a4a6-433e-a07a-746978ff1760;,Engineering|4a3cc5f3-a4a6-433e-a07a-746978ff1760;Finance|f994a4ac-cf34-448e-a22c-2b35fd9bbffa;,[{'Key':'i:0#.f|membership|markh@contoso.com'}],"[{'Key':'i:0#.f|membership|markh@contoso.com'},{'Key':'i:0#.f|membership|john.doe@contoso.com'}]","https://bing.com, URL",5
|
|
57
57
|
```
|
|
58
58
|
|
|
59
59
|
## Response
|
|
@@ -62,7 +62,7 @@ m365 spo listitem set --listTitle "Demo List" --id 147 --webUrl https://contoso.
|
|
|
62
62
|
Update an item with id _147_ with Title _Demo Multi Person Field_ and a multi-select people field named _MultiPeopleField_ to list with title _Demo List_ in site _https://contoso.sharepoint.com/sites/project-x_
|
|
63
63
|
|
|
64
64
|
```sh
|
|
65
|
-
m365 spo listitem set --listTitle "Demo List" --id 147 --webUrl https://contoso.sharepoint.com/sites/project-x --Title "Demo Multi Person Field" --MultiPeopleField "[{'Key':'i:0#.f|membership|markh@conotoso.com'},{'Key':'i:0#.f|membership|
|
|
65
|
+
m365 spo listitem set --listTitle "Demo List" --id 147 --webUrl https://contoso.sharepoint.com/sites/project-x --Title "Demo Multi Person Field" --MultiPeopleField "[{'Key':'i:0#.f|membership|markh@conotoso.com'},{'Key':'i:0#.f|membership|john.doe@conotoso.com'}]"
|
|
66
66
|
```
|
|
67
67
|
|
|
68
68
|
Update the field _Title_ and _CustomHyperlink_ of an item with a specific id in a list retrieved by server-relative URL in a specific site
|
|
@@ -159,13 +159,13 @@ m365 spo site set --url https://contoso.sharepoint.com/sites/sales --sharingCapa
|
|
|
159
159
|
Set the logo on the site
|
|
160
160
|
|
|
161
161
|
```sh
|
|
162
|
-
m365 spo site set --url https://
|
|
162
|
+
m365 spo site set --url https://contoso.sharepoint.com/sites/sales --siteLogoUrl "/sites/sales/SiteAssets/parker-ms-1200.png"
|
|
163
163
|
```
|
|
164
164
|
|
|
165
165
|
Unset the logo on the site
|
|
166
166
|
|
|
167
167
|
```sh
|
|
168
|
-
m365 spo site set --url https://
|
|
168
|
+
m365 spo site set --url https://contoso.sharepoint.com/sites/sales --siteLogoUrl ""
|
|
169
169
|
```
|
|
170
170
|
|
|
171
171
|
Lock the site preventing users from accessing it. Wait for the configuration to complete
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
# spo tenant applicationcustomizer get
|
|
2
|
+
|
|
3
|
+
Get an application customizer that is installed tenant wide
|
|
4
|
+
|
|
5
|
+
## Usage
|
|
6
|
+
|
|
7
|
+
```sh
|
|
8
|
+
spo tenant applicationcustomizer get [options]
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Options
|
|
12
|
+
|
|
13
|
+
`-t, --title [title]`
|
|
14
|
+
: The title of the application customizer. Specify either `title`, `id`, or `clientSideComponentId`.
|
|
15
|
+
|
|
16
|
+
`-i, --id [id]`
|
|
17
|
+
: The product id of the application customizer. Specify either `title`, `id`, or `clientSideComponentId`.
|
|
18
|
+
|
|
19
|
+
`-c, --clientSideComponentId [clientSideComponentId]`
|
|
20
|
+
: The Client Side Component Id (GUID) of the application customizer. Specify either `title`, `id`, or `clientSideComponentId`.
|
|
21
|
+
|
|
22
|
+
--8<-- "docs/cmd/_global.md"
|
|
23
|
+
|
|
24
|
+
## Examples
|
|
25
|
+
|
|
26
|
+
Retrieves an application customizer by title.
|
|
27
|
+
|
|
28
|
+
```sh
|
|
29
|
+
m365 spo tenant applicationcustomizer get --title "Some customizer"
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
Retrieves an application customizer by id.
|
|
33
|
+
|
|
34
|
+
```sh
|
|
35
|
+
m365 spo tenant applicationcustomizer get --id 14125658-a9bc-4ddf-9c75-1b5767c9a337
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
Retrieves an application customizer by clientSideComponentId.
|
|
39
|
+
|
|
40
|
+
```sh
|
|
41
|
+
m365 spo tenant applicationcustomizer get --clientSideComponentId 7096cded-b83d-4eab-96f0-df477ed7c0bc
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
## Response
|
|
45
|
+
|
|
46
|
+
=== "JSON"
|
|
47
|
+
|
|
48
|
+
```json
|
|
49
|
+
{
|
|
50
|
+
"FileSystemObjectType": 0,
|
|
51
|
+
"Id": 4,
|
|
52
|
+
"ServerRedirectedEmbedUri": null,
|
|
53
|
+
"ServerRedirectedEmbedUrl": "",
|
|
54
|
+
"ContentTypeId": "0x00693E2C487575B448BD420C12CEAE7EFE",
|
|
55
|
+
"Title": "Some customizer",
|
|
56
|
+
"Modified": "2023-01-11T15:47:38Z",
|
|
57
|
+
"Created": "2023-01-11T15:47:38Z",
|
|
58
|
+
"AuthorId": 9,
|
|
59
|
+
"EditorId": 9,
|
|
60
|
+
"OData__UIVersionString": "1.0",
|
|
61
|
+
"Attachments": false,
|
|
62
|
+
"GUID": "14125658-a9bc-4ddf-9c75-1b5767c9a337",
|
|
63
|
+
"ComplianceAssetId": null,
|
|
64
|
+
"TenantWideExtensionComponentId": "7096cded-b83d-4eab-96f0-df477ed7c0bc",
|
|
65
|
+
"TenantWideExtensionComponentProperties": "{\"testMessage\":\"Test message\"}",
|
|
66
|
+
"TenantWideExtensionWebTemplate": null,
|
|
67
|
+
"TenantWideExtensionListTemplate": 0,
|
|
68
|
+
"TenantWideExtensionLocation": "ClientSideExtension.ApplicationCustomizer",
|
|
69
|
+
"TenantWideExtensionSequence": 0,
|
|
70
|
+
"TenantWideExtensionHostProperties": null,
|
|
71
|
+
"TenantWideExtensionDisabled": false
|
|
72
|
+
}
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
=== "Text"
|
|
76
|
+
|
|
77
|
+
```text
|
|
78
|
+
Attachments : false
|
|
79
|
+
AuthorId : 9
|
|
80
|
+
ComplianceAssetId : null
|
|
81
|
+
ContentTypeId : 0x00693E2C487575B448BD420C12CEAE7EFE
|
|
82
|
+
Created : 2023-01-11T15:47:38Z
|
|
83
|
+
EditorId : 9
|
|
84
|
+
FileSystemObjectType : 0
|
|
85
|
+
GUID : 14125658-a9bc-4ddf-9c75-1b5767c9a337
|
|
86
|
+
Id : 4
|
|
87
|
+
Modified : 2023-01-11T15:47:38Z
|
|
88
|
+
OData__UIVersionString : 1.0
|
|
89
|
+
ServerRedirectedEmbedUri : null
|
|
90
|
+
ServerRedirectedEmbedUrl :
|
|
91
|
+
TenantWideExtensionComponentId : 7096cded-b83d-4eab-96f0-df477ed7c0bc
|
|
92
|
+
TenantWideExtensionComponentProperties: {"testMessage":"Test message"}
|
|
93
|
+
TenantWideExtensionDisabled : false
|
|
94
|
+
TenantWideExtensionHostProperties : null
|
|
95
|
+
TenantWideExtensionListTemplate : 0
|
|
96
|
+
TenantWideExtensionLocation : ClientSideExtension.ApplicationCustomizer
|
|
97
|
+
TenantWideExtensionSequence : 0
|
|
98
|
+
TenantWideExtensionWebTemplate : null
|
|
99
|
+
Title : Some customizer
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
=== "CSV"
|
|
103
|
+
|
|
104
|
+
```csv
|
|
105
|
+
FileSystemObjectType,Id,ServerRedirectedEmbedUri,ServerRedirectedEmbedUrl,ContentTypeId,Title,Modified,Created,AuthorId,EditorId,OData__UIVersionString,Attachments,GUID,ComplianceAssetId,TenantWideExtensionComponentId,TenantWideExtensionComponentProperties,TenantWideExtensionWebTemplate,TenantWideExtensionListTemplate,TenantWideExtensionLocation,TenantWideExtensionSequence,TenantWideExtensionHostProperties,TenantWideExtensionDisabled
|
|
106
|
+
0,4,,,0x00693E2C487575B448BD420C12CEAE7EFE,Some customizer,2023-01-11T15:47:38Z,2023-01-11T15:47:38Z,9,9,1.0,,14125658-a9bc-4ddf-9c75-1b5767c9a337,,7096cded-b83d-4eab-96f0-df477ed7c0bc,"{""testMessage"":""Test message""}",,0,ClientSideExtension.ApplicationCustomizer,0,,
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
=== "Markdown"
|
|
110
|
+
|
|
111
|
+
```md
|
|
112
|
+
# spo tenant applicationcustomizer get --title "Some customizer"
|
|
113
|
+
|
|
114
|
+
Date: 1/13/2023
|
|
115
|
+
|
|
116
|
+
## Some customizer (4)
|
|
117
|
+
|
|
118
|
+
Property | Value
|
|
119
|
+
---------|-------
|
|
120
|
+
FileSystemObjectType | 0
|
|
121
|
+
Id | 4
|
|
122
|
+
ServerRedirectedEmbedUri | null
|
|
123
|
+
ServerRedirectedEmbedUrl |
|
|
124
|
+
ContentTypeId | 0x00693E2C487575B448BD420C12CEAE7EFE
|
|
125
|
+
Title | Some customizer
|
|
126
|
+
Modified | 2023-01-11T15:47:38Z
|
|
127
|
+
Created | 2023-01-11T15:47:38Z
|
|
128
|
+
AuthorId | 9
|
|
129
|
+
EditorId | 9
|
|
130
|
+
OData\_\_UIVersionString | 1.0
|
|
131
|
+
Attachments | false
|
|
132
|
+
GUID | 14125658-a9bc-4ddf-9c75-1b5767c9a337
|
|
133
|
+
ComplianceAssetId | null
|
|
134
|
+
TenantWideExtensionComponentId | 7096cded-b83d-4eab-96f0-df477ed7c0bc
|
|
135
|
+
TenantWideExtensionComponentProperties | {"testMessage":"Test message"}
|
|
136
|
+
TenantWideExtensionWebTemplate | null
|
|
137
|
+
TenantWideExtensionListTemplate | 0
|
|
138
|
+
TenantWideExtensionLocation | ClientSideExtension.ApplicationCustomizer
|
|
139
|
+
TenantWideExtensionSequence | 0
|
|
140
|
+
TenantWideExtensionHostProperties | null
|
|
141
|
+
TenantWideExtensionDisabled | false
|
|
142
|
+
```
|
|
@@ -145,7 +145,7 @@ When we make use of the option `includeChildTerms` the response will differ.
|
|
|
145
145
|
"CustomProperties": {},
|
|
146
146
|
"CustomSortOrder": null,
|
|
147
147
|
"IsAvailableForTagging": true,
|
|
148
|
-
"Owner": "i:0#.f|membership|admin@
|
|
148
|
+
"Owner": "i:0#.f|membership|admin@contoso.onmicrosoft.com",
|
|
149
149
|
"Description": "",
|
|
150
150
|
"IsDeprecated": false,
|
|
151
151
|
"IsKeyword": false,
|
|
@@ -71,7 +71,7 @@ m365 teams channel get --teamName "Team Name" --primary
|
|
|
71
71
|
createdDateTime : 2022-10-26T15:43:31.954Z
|
|
72
72
|
description : This team is about the Contoso
|
|
73
73
|
displayName : Channel Name
|
|
74
|
-
email : TeamName@
|
|
74
|
+
email : TeamName@contoso.onmicrosoft.com
|
|
75
75
|
id : 19:493665404ebd4a18adb8a980a31b4986@thread.tacv2
|
|
76
76
|
isFavoriteByDefault: null
|
|
77
77
|
membershipType : standard
|
|
@@ -11,13 +11,13 @@ m365 teams message get [options]
|
|
|
11
11
|
## Options
|
|
12
12
|
|
|
13
13
|
`-t, --teamId <teamId>`
|
|
14
|
-
: The ID of the team where the channel is located
|
|
14
|
+
: The ID of the team where the channel is located.
|
|
15
15
|
|
|
16
16
|
`-c, --channelId <channelId>`
|
|
17
|
-
: The ID of the channel that contains the message
|
|
17
|
+
: The ID of the channel that contains the message.
|
|
18
18
|
|
|
19
19
|
`-i, --id <id>`
|
|
20
|
-
: The ID of the message to retrieve
|
|
20
|
+
: The ID of the message to retrieve.
|
|
21
21
|
|
|
22
22
|
--8<-- "docs/cmd/_global.md"
|
|
23
23
|
|
|
@@ -27,7 +27,7 @@ You can only retrieve a message from a Microsoft Teams team if you are a member
|
|
|
27
27
|
|
|
28
28
|
## Examples
|
|
29
29
|
|
|
30
|
-
Retrieve the specified message from a channel of the Microsoft Teams team
|
|
30
|
+
Retrieve the specified message from a channel of the Microsoft Teams team.
|
|
31
31
|
|
|
32
32
|
```sh
|
|
33
33
|
m365 teams message get --teamId 5f5d7b71-1161-44d8-bcc1-3da710eb4171 --channelId 19:88f7e66a8dfe42be92db19505ae912a8@thread.skype --id 1540747442203
|
|
@@ -112,3 +112,38 @@ m365 teams message get --teamId 5f5d7b71-1161-44d8-bcc1-3da710eb4171 --channelId
|
|
|
112
112
|
id,replyToId,etag,messageType,createdDateTime,lastModifiedDateTime,lastEditedDateTime,deletedDateTime,subject,summary,chatId,importance,locale,webUrl,policyViolation,eventDetail,from,body,channelIdentity,attachments,mentions,reactions
|
|
113
113
|
1540747442203,,1666799582385,message,2022-10-26T15:52:00.731Z,2022-10-26T15:53:02.385Z,2022-10-26T15:53:02.288Z,,Second message Title,,,normal,en-us,https://teams.microsoft.com/l/message/19%388f7e66a8dfe42be92db19505ae912a8%40thread.tacv2/1540747442203?groupId=5f5d7b71-1161-44d8-bcc1-3da710eb4171&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba&createdTime=1540747442203&parentMessageId=1540747442203,,,"{""application"":null,""device"":null,""user"":{""id"":""78ccf530-bbf0-47e4-aae6-da5f8c6fb142"",""displayName"":""John Doe"",""userIdentityType"":""aadUser"",""tenantId"":""92e59666-257b-49c3-b1fa-1bae8107f6ba""}}","{""contentType"":""text"",""content"":""second message!""}","{""teamId"":""5f5d7b71-1161-44d8-bcc1-3da710eb4171"",""channelId"":""19:e2916df2b11046beba42d22da898383f@thread.tacv2""}",[],[],[]
|
|
114
114
|
```
|
|
115
|
+
|
|
116
|
+
=== "Markdown"
|
|
117
|
+
|
|
118
|
+
```md
|
|
119
|
+
# teams message get --teamId "5f5d7b71-1161-44d8-bcc1-3da710eb4171" --channelId "19:e2916df2b11046beba42d22da898383f@thread.tacv2" --id "1540747442203"
|
|
120
|
+
|
|
121
|
+
Date: 1/3/2023
|
|
122
|
+
|
|
123
|
+
## undefined (1540747442203)
|
|
124
|
+
|
|
125
|
+
Property | Value
|
|
126
|
+
---------|-------
|
|
127
|
+
id | 1540747442203
|
|
128
|
+
replyToId | null
|
|
129
|
+
etag | 1666799582385
|
|
130
|
+
messageType | message
|
|
131
|
+
createdDateTime | 2022-10-26T15:52:00.731Z
|
|
132
|
+
lastModifiedDateTime | 2022-10-26T15:53:02.385Z
|
|
133
|
+
lastEditedDateTime | 2022-10-26T15:53:02.288Z
|
|
134
|
+
deletedDateTime | null
|
|
135
|
+
subject | Second message Title
|
|
136
|
+
summary | null
|
|
137
|
+
chatId | null
|
|
138
|
+
importance | normal
|
|
139
|
+
locale | en-us
|
|
140
|
+
webUrl | https://teams.microsoft.com/l/message/19%388f7e66a8dfe42be92db19505ae912a8%40thread.tacv2/1540747442203?groupId=5f5d7b71-1161-44d8-bcc1-3da710eb4171&tenantId=92e59666-257b-49c3-b1fa-1bae8107f6ba&createdTime=1540747442203&parentMessageId=1540747442203
|
|
141
|
+
policyViolation | null
|
|
142
|
+
eventDetail | null
|
|
143
|
+
from | {"application":null,"device":null,"user":{"id":"78ccf530-bbf0-47e4-aae6-da5f8c6fb142","displayName":"John Doe","userIdentityType":"aadUser","tenantId":"92e59666-257b-49c3-b1fa-1bae8107f6ba"}}
|
|
144
|
+
body | {"contentType":"text","content":"second message!"}
|
|
145
|
+
channelIdentity | {"teamId":"5f5d7b71-1161-44d8-bcc1-3da710eb4171","channelId":"19:e2916df2b11046beba42d22da898383f@thread.tacv2"}
|
|
146
|
+
attachments | []
|
|
147
|
+
mentions | []
|
|
148
|
+
reactions | []
|
|
149
|
+
```
|