@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.
- package/dist/cli/Cli.js +7 -10
- package/dist/m365/aad/commands/app/app-get.js +3 -2
- package/dist/m365/aad/commands/app/app-remove.js +3 -2
- package/dist/m365/aad/commands/app/app-role-add.js +3 -2
- package/dist/m365/aad/commands/app/app-role-list.js +3 -2
- package/dist/m365/aad/commands/app/app-role-remove.js +3 -2
- package/dist/m365/aad/commands/app/app-set.js +3 -2
- package/dist/m365/aad/commands/approleassignment/approleassignment-add.js +5 -4
- package/dist/m365/aad/commands/approleassignment/approleassignment-list.js +3 -2
- package/dist/m365/aad/commands/approleassignment/approleassignment-remove.js +5 -4
- package/dist/m365/aad/commands/o365group/o365group-conversation-post-list.js +2 -1
- package/dist/m365/aad/commands/o365group/o365group-list.js +3 -2
- package/dist/m365/aad/commands/o365group/o365group-recyclebinitem-list.js +3 -2
- package/dist/m365/aad/commands/o365group/o365group-teamify.js +3 -2
- package/dist/m365/aad/commands/o365group/o365group-user-add.js +2 -1
- package/dist/m365/aad/commands/o365group/o365group-user-remove.js +2 -1
- package/dist/m365/aad/commands/oauth2grant/oauth2grant-list.js +2 -1
- package/dist/m365/aad/commands/oauth2grant/oauth2grant-remove.js +2 -1
- package/dist/m365/aad/commands/oauth2grant/oauth2grant-set.js +2 -1
- package/dist/m365/aad/commands/sp/sp-add.js +3 -2
- package/dist/m365/aad/commands/sp/sp-get.js +3 -2
- package/dist/m365/aad/commands/user/user-get.js +5 -4
- package/dist/m365/aad/commands/user/user-hibp.js +2 -1
- package/dist/m365/aad/commands/user/user-list.js +2 -1
- package/dist/m365/aad/commands/user/user-set.js +2 -1
- package/dist/m365/aad/commands/user/user-signin-list.js +5 -4
- package/dist/m365/base/DateAndPeriodBasedReport.js +3 -2
- package/dist/m365/base/PeriodBasedReport.js +2 -1
- package/dist/m365/booking/commands/business/business-get.js +2 -1
- package/dist/m365/cli/commands/config/config-set.js +1 -0
- package/dist/m365/file/commands/file-list.js +2 -1
- package/dist/m365/flow/commands/environment/environment-get.js +2 -1
- package/dist/m365/flow/commands/flow-disable.js +2 -1
- package/dist/m365/flow/commands/flow-enable.js +2 -1
- package/dist/m365/flow/commands/flow-export.js +5 -4
- package/dist/m365/flow/commands/flow-get.js +2 -1
- package/dist/m365/flow/commands/flow-list.js +2 -1
- package/dist/m365/flow/commands/flow-remove.js +2 -1
- package/dist/m365/flow/commands/run/run-cancel.js +2 -1
- package/dist/m365/flow/commands/run/run-get.js +2 -1
- package/dist/m365/flow/commands/run/run-list.js +2 -1
- package/dist/m365/flow/commands/run/run-resubmit.js +3 -2
- package/dist/m365/outlook/commands/mail/mail-send.js +2 -1
- package/dist/m365/outlook/commands/message/message-list.js +2 -1
- package/dist/m365/outlook/commands/message/message-move.js +2 -1
- package/dist/m365/pa/commands/app/app-get.js +2 -1
- package/dist/m365/pa/commands/app/app-list.js +2 -1
- package/dist/m365/pa/commands/app/app-remove.js +2 -1
- package/dist/m365/pa/commands/connector/connector-export.js +2 -1
- package/dist/m365/pa/commands/connector/connector-list.js +2 -1
- package/dist/m365/pa/commands/environment/environment-get.js +2 -1
- package/dist/m365/planner/commands/task/task-add.js +1 -1
- package/dist/m365/planner/commands/task/task-checklistitem-add.js +3 -2
- package/dist/m365/planner/commands/task/task-checklistitem-list.js +2 -1
- package/dist/m365/planner/commands/task/task-checklistitem-remove.js +2 -1
- package/dist/m365/planner/commands/task/task-get.js +2 -1
- package/dist/m365/planner/commands/task/task-list.js +4 -3
- package/dist/m365/planner/commands/task/task-reference-add.js +2 -2
- package/dist/m365/planner/commands/task/task-reference-list.js +2 -1
- package/dist/m365/planner/commands/task/task-reference-remove.js +1 -1
- package/dist/m365/planner/commands/task/task-set.js +2 -2
- package/dist/m365/pp/commands/dataverse/dataverse-table-remove.js +95 -0
- package/dist/m365/pp/commands/gateway/gateway-get.js +2 -1
- package/dist/m365/pp/commands/managementapp/managementapp-add.js +3 -2
- package/dist/m365/pp/commands/solution/solution-list.js +5 -11
- package/dist/m365/pp/commands.js +1 -0
- package/dist/m365/search/commands/externalconnection/externalconnection-get.js +3 -2
- package/dist/m365/search/commands/externalconnection/externalconnection-remove.js +3 -2
- package/dist/m365/spo/commands/app/app-get.js +2 -1
- package/dist/m365/spo/commands/app/app-install.js +2 -1
- package/dist/m365/spo/commands/app/app-remove.js +2 -1
- package/dist/m365/spo/commands/app/app-retract.js +2 -1
- package/dist/m365/spo/commands/app/app-teamspackage-download.js +2 -1
- package/dist/m365/spo/commands/app/app-uninstall.js +2 -1
- package/dist/m365/spo/commands/app/app-upgrade.js +2 -1
- package/dist/m365/spo/commands/contenttype/contenttype-field-set.js +2 -2
- package/dist/m365/spo/commands/contenttype/contenttype-get.js +2 -2
- package/dist/m365/spo/commands/contenttype/contenttype-list.js +2 -1
- package/dist/m365/spo/commands/contenttype/contenttype-remove.js +3 -2
- package/dist/m365/spo/commands/customaction/customaction-get.js +3 -2
- package/dist/m365/spo/commands/customaction/customaction-remove.js +3 -2
- package/dist/m365/spo/commands/customaction/customaction-set.js +2 -1
- package/dist/m365/spo/commands/eventreceiver/eventreceiver-list.js +4 -3
- package/dist/m365/spo/commands/eventreceiver/eventreceiver-remove.js +49 -58
- package/dist/m365/spo/commands/file/file-add.js +14 -13
- package/dist/m365/spo/commands/file/file-checkin.js +4 -3
- package/dist/m365/spo/commands/file/file-checkout.js +3 -2
- package/dist/m365/spo/commands/file/file-copy.js +2 -1
- package/dist/m365/spo/commands/file/file-get.js +3 -2
- package/dist/m365/spo/commands/file/file-move.js +2 -1
- package/dist/m365/spo/commands/file/file-remove.js +3 -2
- package/dist/m365/spo/commands/file/file-rename.js +3 -2
- package/dist/m365/spo/commands/file/file-sharinginfo-get.js +1 -1
- package/dist/m365/spo/commands/file/file-version-clear.js +114 -0
- package/dist/m365/spo/commands/file/file-version-get.js +104 -0
- package/dist/m365/spo/commands/file/file-version-list.js +1 -1
- package/dist/m365/spo/commands/file/file-version-remove.js +119 -0
- package/dist/m365/spo/commands/file/file-version-restore.js +119 -0
- package/dist/m365/spo/commands/folder/folder-get.js +3 -2
- package/dist/m365/spo/commands/folder/folder-remove.js +2 -1
- package/dist/m365/spo/commands/folder/folder-roleassignment-add.js +1 -1
- package/dist/m365/spo/commands/folder/folder-roleassignment-remove.js +2 -1
- package/dist/m365/spo/commands/folder/folder-roleinheritance-break.js +1 -1
- package/dist/m365/spo/commands/folder/folder-roleinheritance-reset.js +1 -1
- package/dist/m365/spo/commands/group/group-get.js +3 -2
- package/dist/m365/spo/commands/group/{group-user-add.js → group-member-add.js} +17 -16
- package/dist/m365/spo/commands/group/{group-user-list.js → group-member-list.js} +19 -18
- package/dist/m365/spo/commands/group/{group-user-remove.js → group-member-remove.js} +18 -17
- package/dist/m365/spo/commands/list/list-contenttype-remove.js +1 -1
- package/dist/m365/spo/commands/list/list-get.js +1 -1
- package/dist/m365/spo/commands/list/list-view-field-add.js +1 -1
- package/dist/m365/spo/commands/list/list-view-field-remove.js +1 -1
- package/dist/m365/spo/commands/list/list-view-field-set.js +1 -1
- package/dist/m365/spo/commands/listitem/listitem-get.js +1 -1
- package/dist/m365/spo/commands/listitem/listitem-list.js +3 -3
- package/dist/m365/spo/commands/page/Page.js +3 -2
- package/dist/m365/spo/commands/page/page-add.js +2 -1
- package/dist/m365/spo/commands/page/page-clientsidewebpart-add.js +4 -3
- package/dist/m365/spo/commands/page/page-control-get.js +2 -1
- package/dist/m365/spo/commands/page/page-control-list.js +2 -1
- package/dist/m365/spo/commands/page/page-control-set.js +3 -2
- package/dist/m365/spo/commands/page/page-get.js +2 -1
- package/dist/m365/spo/commands/page/page-header-set.js +6 -5
- package/dist/m365/spo/commands/page/page-section-add.js +4 -3
- package/dist/m365/spo/commands/page/page-set.js +2 -1
- package/dist/m365/spo/commands/site/site-apppermission-add.js +3 -2
- package/dist/m365/spo/commands/site/site-hubsite-connect.js +2 -1
- package/dist/m365/spo/commands/site/site-rename.js +2 -1
- package/dist/m365/spo/commands/site/site-set.js +1 -1
- package/dist/m365/spo/commands/sitescript/sitescript-add.js +2 -1
- package/dist/m365/spo/commands/spo-search.js +3 -2
- package/dist/m365/spo/commands/storageentity/storageentity-get.js +2 -1
- package/dist/m365/spo/commands/user/user-get.js +4 -3
- package/dist/m365/spo/commands/user/user-remove.js +2 -1
- package/dist/m365/spo/commands/userprofile/userprofile-get.js +2 -1
- package/dist/m365/spo/commands/web/web-add.js +2 -1
- package/dist/m365/spo/commands.js +7 -3
- package/dist/m365/teams/commands/app/app-install.js +3 -2
- package/dist/m365/teams/commands/app/app-list.js +2 -1
- package/dist/m365/teams/commands/app/app-publish.js +14 -15
- package/dist/m365/teams/commands/app/app-update.js +2 -1
- package/dist/m365/teams/commands/channel/channel-get.js +4 -3
- package/dist/m365/teams/commands/channel/channel-member-add.js +4 -3
- package/dist/m365/teams/commands/channel/channel-member-list.js +2 -1
- package/dist/m365/teams/commands/channel/channel-member-remove.js +2 -1
- package/dist/m365/teams/commands/channel/channel-member-set.js +2 -1
- package/dist/m365/teams/commands/channel/channel-remove.js +3 -2
- package/dist/m365/teams/commands/channel/channel-set.js +3 -2
- package/dist/m365/teams/commands/chat/chat-get.js +2 -1
- package/dist/m365/teams/commands/chat/chatUtil.js +2 -1
- package/dist/m365/teams/commands/funsettings/funsettings-list.js +2 -1
- package/dist/m365/teams/commands/funsettings/funsettings-set.js +2 -1
- package/dist/m365/teams/commands/guestsettings/guestsettings-list.js +2 -1
- package/dist/m365/teams/commands/guestsettings/guestsettings-set.js +2 -1
- package/dist/m365/teams/commands/membersettings/membersettings-list.js +2 -1
- package/dist/m365/teams/commands/membersettings/membersettings-set.js +2 -1
- package/dist/m365/teams/commands/messagingsettings/messagingsettings-list.js +2 -1
- package/dist/m365/teams/commands/messagingsettings/messagingsettings-set.js +2 -1
- package/dist/m365/teams/commands/report/report-directroutingcalls.js +3 -2
- package/dist/m365/teams/commands/report/report-pstncalls.js +3 -2
- package/dist/m365/teams/commands/tab/tab-add.js +2 -1
- package/dist/m365/teams/commands/tab/tab-get.js +4 -3
- package/dist/m365/teams/commands/tab/tab-list.js +2 -1
- package/dist/m365/teams/commands/tab/tab-remove.js +2 -1
- package/dist/m365/teams/commands/team/team-archive.js +2 -1
- package/dist/m365/teams/commands/team/team-clone.js +2 -1
- package/dist/m365/teams/commands/team/team-get.js +2 -1
- package/dist/m365/teams/commands/team/team-remove.js +2 -1
- package/dist/m365/teams/commands/team/team-set.js +2 -1
- package/dist/m365/teams/commands/team/team-unarchive.js +2 -1
- package/dist/m365/teams/commands/user/user-app-list.js +3 -2
- package/dist/m365/tenant/commands/security/security-alerts-list.js +2 -1
- package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-healthissue-get.js +2 -1
- package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-healthissue-list.js +2 -1
- package/dist/m365/tenant/commands/serviceannouncement/serviceannouncement-message-list.js +2 -1
- package/dist/m365/todo/commands/task/task-set.js +2 -1
- package/dist/m365/yammer/commands/group/group-list.js +12 -27
- package/dist/m365/yammer/commands/user/user-get.js +3 -2
- package/dist/m365/yammer/commands/yammer-search.js +6 -2
- package/dist/utils/aadGroup.js +2 -1
- package/dist/utils/powerPlatform.js +3 -2
- package/dist/utils/spo.js +3 -2
- package/docs/docs/cmd/pp/dataverse/dataverse-table-remove.md +49 -0
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.md +6 -1
- package/docs/docs/cmd/spo/file/file-version-clear.md +55 -0
- package/docs/docs/cmd/spo/file/file-version-get.md +76 -0
- package/docs/docs/cmd/spo/file/file-version-remove.md +58 -0
- package/docs/docs/cmd/spo/file/file-version-restore.md +58 -0
- package/docs/docs/cmd/spo/group/{group-user-add.md → group-member-add.md} +11 -11
- package/docs/docs/cmd/spo/group/{group-user-list.md → group-member-list.md} +5 -5
- package/docs/docs/cmd/spo/group/group-member-remove.md +39 -0
- package/docs/docs/cmd/spo/hubsite/hubsite-data-get.md +0 -3
- package/docs/docs/cmd/spo/hubsite/hubsite-rights-grant.md +2 -5
- package/docs/docs/cmd/spo/hubsite/hubsite-rights-revoke.md +2 -5
- package/docs/docs/cmd/spo/hubsite/hubsite-set.md +2 -5
- package/docs/docs/cmd/spo/site/site-hubsite-connect.md +0 -3
- package/docs/docs/cmd/spo/site/site-hubsite-disconnect.md +0 -5
- package/docs/docs/cmd/spo/site/site-hubsite-theme-sync.md +0 -5
- package/docs/docs/cmd/spo/spo-get.md +23 -0
- package/docs/docs/cmd/spo/spo-search.md +29 -0
- package/docs/docs/cmd/spo/spo-set.md +4 -0
- package/docs/docs/cmd/spo/user/user-get.md +49 -2
- package/docs/docs/cmd/spo/user/user-list.md +41 -0
- package/docs/docs/cmd/spo/user/user-remove.md +4 -0
- package/docs/docs/cmd/spo/userprofile/userprofile-get.md +586 -0
- package/docs/docs/cmd/spo/userprofile/userprofile-set.md +4 -0
- package/docs/docs/cmd/spo/web/web-add.md +43 -0
- package/docs/docs/cmd/spo/web/web-clientsidewebpart-list.md +29 -0
- package/docs/docs/cmd/spo/web/web-get.md +127 -0
- package/docs/docs/cmd/spo/web/web-installedlanguage-list.md +29 -0
- package/docs/docs/cmd/spo/web/web-list.md +81 -0
- package/docs/docs/cmd/spo/web/web-reindex.md +4 -0
- package/docs/docs/cmd/spo/web/web-remove.md +4 -0
- package/docs/docs/cmd/spo/web/web-roleassignment-add.md +4 -0
- package/docs/docs/cmd/spo/web/web-roleassignment-remove.md +4 -0
- package/docs/docs/cmd/spo/web/web-roleinheritance-reset.md +4 -0
- package/docs/docs/cmd/spo/web/web-set.md +4 -0
- package/docs/docs/cmd/teams/app/app-install.md +4 -0
- package/docs/docs/cmd/teams/app/app-list.md +30 -0
- package/docs/docs/cmd/teams/app/app-publish.md +31 -1
- package/docs/docs/cmd/teams/app/app-remove.md +4 -0
- package/docs/docs/cmd/teams/app/app-uninstall.md +4 -0
- package/docs/docs/cmd/teams/app/app-update.md +4 -0
- package/docs/docs/cmd/teams/cache/cache-remove.md +4 -0
- package/docs/docs/cmd/teams/channel/channel-add.md +37 -0
- package/docs/docs/cmd/teams/channel/channel-get.md +39 -0
- package/docs/docs/cmd/teams/channel/channel-list.md +35 -0
- package/docs/docs/cmd/teams/channel/channel-member-add.md +4 -0
- package/docs/docs/cmd/teams/channel/channel-member-list.md +37 -0
- package/docs/docs/cmd/teams/channel/channel-member-remove.md +4 -0
- package/docs/docs/cmd/teams/channel/channel-member-set.md +35 -0
- package/docs/docs/cmd/teams/channel/channel-remove.md +4 -0
- package/docs/docs/cmd/teams/channel/channel-set.md +3 -0
- package/docs/docs/cmd/teams/chat/chat-get.md +42 -0
- package/docs/docs/cmd/teams/chat/chat-list.md +38 -0
- package/docs/docs/cmd/teams/chat/chat-member-list.md +35 -0
- package/docs/docs/cmd/teams/chat/chat-message-list.md +60 -0
- package/docs/docs/cmd/teams/chat/chat-message-send.md +4 -0
- package/docs/docs/cmd/teams/funsettings/funsettings-list.md +29 -0
- package/docs/docs/cmd/teams/funsettings/funsettings-set.md +4 -0
- package/docs/docs/cmd/teams/guestsettings/guestsettings-list.md +25 -0
- package/docs/docs/cmd/teams/guestsettings/guestsettings-set.md +4 -0
- package/docs/docs/cmd/teams/membersettings/membersettings-list.md +33 -0
- package/docs/docs/cmd/teams/membersettings/membersettings-set.md +4 -0
- package/docs/docs/cmd/yammer/group/group-list.md +65 -0
- package/docs/docs/cmd/yammer/group/group-user-add.md +4 -0
- package/docs/docs/cmd/yammer/group/group-user-remove.md +4 -0
- package/docs/docs/cmd/yammer/message/message-add.md +55 -0
- package/docs/docs/cmd/yammer/message/message-get.md +64 -0
- package/docs/docs/cmd/yammer/message/message-like-set.md +4 -0
- package/docs/docs/cmd/yammer/message/message-list.md +60 -0
- package/docs/docs/cmd/yammer/message/message-remove.md +4 -0
- package/docs/docs/cmd/yammer/network/network-list.md +96 -0
- package/docs/docs/cmd/yammer/report/report-activitycounts.md +31 -0
- package/docs/docs/cmd/yammer/report/report-activityusercounts.md +31 -0
- package/docs/docs/cmd/yammer/report/report-activityuserdetail.md +36 -0
- package/docs/docs/cmd/yammer/report/report-deviceusagedistributionusercounts.md +33 -0
- package/docs/docs/cmd/yammer/report/report-deviceusageusercounts.md +34 -0
- package/docs/docs/cmd/yammer/report/report-deviceusageuserdetail.md +38 -0
- package/docs/docs/cmd/yammer/report/report-groupsactivitycounts.md +31 -0
- package/docs/docs/cmd/yammer/report/report-groupsactivitydetail.md +37 -0
- package/docs/docs/cmd/yammer/report/report-groupsactivitygroupcounts.md +30 -0
- package/docs/docs/cmd/yammer/user/user-get.md +99 -0
- package/docs/docs/cmd/yammer/user/user-list.md +97 -0
- package/docs/docs/cmd/yammer/yammer-search.md +77 -0
- package/npm-shrinkwrap.json +235 -257
- package/package.json +15 -15
- package/docs/docs/cmd/spo/group/group-user-remove.md +0 -39
|
@@ -88,3 +88,63 @@ Returns the first 20 Yammer message from the sent feed of the user
|
|
|
88
88
|
```sh
|
|
89
89
|
m365 yammer message list --feedType Sent --limit 20
|
|
90
90
|
```
|
|
91
|
+
|
|
92
|
+
## Response
|
|
93
|
+
|
|
94
|
+
=== "JSON"
|
|
95
|
+
|
|
96
|
+
```json
|
|
97
|
+
[
|
|
98
|
+
{
|
|
99
|
+
"id": 2000337749565441,
|
|
100
|
+
"sender_id": 36425097217,
|
|
101
|
+
"delegate_id": null,
|
|
102
|
+
"replied_to_id": null,
|
|
103
|
+
"created_at": "2022/11/11 20:59:10 +0000",
|
|
104
|
+
"network_id": 5897756673,
|
|
105
|
+
"message_type": "update",
|
|
106
|
+
"sender_type": "user",
|
|
107
|
+
"url": "https://www.yammer.com/api/v1/messages/2000336575053825",
|
|
108
|
+
"web_url": "https://www.yammer.com/contoso.onmicrosoft.com/messages/2000336575053825",
|
|
109
|
+
"group_id": 31158067201,
|
|
110
|
+
"body": {
|
|
111
|
+
"parsed": "Hello everyone!",
|
|
112
|
+
"plain": "Hello everyone!",
|
|
113
|
+
"rich": "Hello everyone!"
|
|
114
|
+
},
|
|
115
|
+
"thread_id": 2000337749565441,
|
|
116
|
+
"client_type": "O365 Api Auth",
|
|
117
|
+
"client_url": "https://api.yammer.com",
|
|
118
|
+
"system_message": false,
|
|
119
|
+
"direct_message": false,
|
|
120
|
+
"chat_client_sequence": null,
|
|
121
|
+
"language": "no",
|
|
122
|
+
"notified_user_ids": [],
|
|
123
|
+
"privacy": "public",
|
|
124
|
+
"attachments": [],
|
|
125
|
+
"liked_by": {
|
|
126
|
+
"count": 0,
|
|
127
|
+
"names": []
|
|
128
|
+
},
|
|
129
|
+
"supplemental_reply": false,
|
|
130
|
+
"content_excerpt": "Hello everyone!",
|
|
131
|
+
"group_created_id": 31158067201,
|
|
132
|
+
"shortBody": "Hello everyone!"
|
|
133
|
+
}
|
|
134
|
+
]
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
=== "Text"
|
|
138
|
+
|
|
139
|
+
```text
|
|
140
|
+
id replied_to_id thread_id group_id shortBody
|
|
141
|
+
---------------- ------------- ---------------- ----------- ---------------
|
|
142
|
+
2000337749565441 null 2000337749565441 31158067201 Hello everyone!
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
=== "CSV"
|
|
146
|
+
|
|
147
|
+
```csv
|
|
148
|
+
id,replied_to_id,thread_id,group_id,shortBody
|
|
149
|
+
2000337749565441,,2000337749565441,31158067201,Hello everyone!
|
|
150
|
+
```
|
|
@@ -33,3 +33,99 @@ Returns the current user's networks including the networks in which the user is
|
|
|
33
33
|
```sh
|
|
34
34
|
m365 yammer network list --includeSuspended
|
|
35
35
|
```
|
|
36
|
+
|
|
37
|
+
## Response
|
|
38
|
+
|
|
39
|
+
=== "JSON"
|
|
40
|
+
|
|
41
|
+
```json
|
|
42
|
+
[
|
|
43
|
+
{
|
|
44
|
+
"type": "network",
|
|
45
|
+
"id": 5897756673,
|
|
46
|
+
"email": "",
|
|
47
|
+
"name": "Contoso",
|
|
48
|
+
"community": false,
|
|
49
|
+
"permalink": "contoso.onmicrosoft.com",
|
|
50
|
+
"web_url": "https://www.yammer.com/contoso.onmicrosoft.com",
|
|
51
|
+
"show_upgrade_banner": false,
|
|
52
|
+
"header_background_color": "#396B9A",
|
|
53
|
+
"header_text_color": "#FFFFFF",
|
|
54
|
+
"navigation_background_color": "#38699F",
|
|
55
|
+
"navigation_text_color": "#FFFFFF",
|
|
56
|
+
"paid": true,
|
|
57
|
+
"moderated": false,
|
|
58
|
+
"is_freemium": false,
|
|
59
|
+
"is_org_chart_enabled": false,
|
|
60
|
+
"is_group_enabled": true,
|
|
61
|
+
"is_chat_enabled": true,
|
|
62
|
+
"is_translation_enabled": false,
|
|
63
|
+
"created_at": "2020/02/26 10:33:56 +0000",
|
|
64
|
+
"is_storyline_enabled": true,
|
|
65
|
+
"is_storyline_preview_enabled": false,
|
|
66
|
+
"is_stories_enabled": true,
|
|
67
|
+
"is_stories_preview_enabled": false,
|
|
68
|
+
"is_premium_preview_enabled": false,
|
|
69
|
+
"profile_fields_config": {
|
|
70
|
+
"enable_work_history": true,
|
|
71
|
+
"enable_education": true,
|
|
72
|
+
"enable_job_title": true,
|
|
73
|
+
"enable_work_phone": true,
|
|
74
|
+
"enable_mobile_phone": true,
|
|
75
|
+
"enable_summary": true,
|
|
76
|
+
"enable_interests": true,
|
|
77
|
+
"enable_expertise": true,
|
|
78
|
+
"enable_location": true,
|
|
79
|
+
"enable_im": true,
|
|
80
|
+
"enable_skype": true,
|
|
81
|
+
"enable_websites": true
|
|
82
|
+
},
|
|
83
|
+
"browser_deprecation_url": null,
|
|
84
|
+
"external_messaging_state": "disabled",
|
|
85
|
+
"state": "enabled",
|
|
86
|
+
"enforce_office_authentication": true,
|
|
87
|
+
"office_authentication_committed": true,
|
|
88
|
+
"is_gif_shortcut_enabled": true,
|
|
89
|
+
"is_link_preview_enabled": true,
|
|
90
|
+
"attachments_in_private_messages": false,
|
|
91
|
+
"secret_groups": false,
|
|
92
|
+
"force_connected_groups": true,
|
|
93
|
+
"force_spo_files": false,
|
|
94
|
+
"connected_all_company": true,
|
|
95
|
+
"m365_native_mode": true,
|
|
96
|
+
"force_optin_modern_client": false,
|
|
97
|
+
"admin_modern_client_flexible_optin": false,
|
|
98
|
+
"aad_guests_enabled": false,
|
|
99
|
+
"all_company_group_creation_state": null,
|
|
100
|
+
"unseen_message_count": -1,
|
|
101
|
+
"preferred_unseen_message_count": -1,
|
|
102
|
+
"private_unseen_thread_count": 0,
|
|
103
|
+
"inbox_unseen_thread_count": 0,
|
|
104
|
+
"private_unread_thread_count": 0,
|
|
105
|
+
"unseen_notification_count": 0,
|
|
106
|
+
"has_fake_email": false,
|
|
107
|
+
"is_primary": true,
|
|
108
|
+
"allow_attachments": true,
|
|
109
|
+
"attachment_types_allowed": "ALL",
|
|
110
|
+
"privacy_link": "https://go.microsoft.com/fwlink/p/?linkid=857875"
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
=== "Text"
|
|
116
|
+
|
|
117
|
+
```text
|
|
118
|
+
community: false
|
|
119
|
+
email :
|
|
120
|
+
id : 5897756673
|
|
121
|
+
name : Contoso
|
|
122
|
+
permalink: contoso.onmicrosoft.com
|
|
123
|
+
web_url : https://www.yammer.com/contoso.onmicrosoft.com
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
=== "CSV"
|
|
127
|
+
|
|
128
|
+
```csv
|
|
129
|
+
id,name,email,community,permalink,web_url
|
|
130
|
+
5897756673,Contoso,,,contoso.onmicrosoft.com,https://www.yammer.com/contoso.onmicrosoft.com
|
|
131
|
+
```
|
|
@@ -37,3 +37,34 @@ Gets the trends on the amount of Yammer activity in your organization by how man
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 yammer 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": "2022-11-09",
|
|
49
|
+
"Liked": "12",
|
|
50
|
+
"Posted": "6",
|
|
51
|
+
"Read": "435",
|
|
52
|
+
"Report Date": "2022-11-09",
|
|
53
|
+
"Report Period": "7"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
=== "Text"
|
|
59
|
+
|
|
60
|
+
```text
|
|
61
|
+
Report Refresh Date,Liked,Posted,Read,Report Date,Report Period
|
|
62
|
+
2022-11-09,12,6,435,2022-11-09,90
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
=== "CSV"
|
|
66
|
+
|
|
67
|
+
```csv
|
|
68
|
+
Report Refresh Date,Liked,Posted,Read,Report Date,Report Period
|
|
69
|
+
2022-11-09,12,6,435,2022-11-09,90
|
|
70
|
+
```
|
|
@@ -37,3 +37,34 @@ Gets the trends on the number of unique users who posted, read, and liked Yammer
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 yammer 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": "2022-11-09",
|
|
49
|
+
"Liked": "9",
|
|
50
|
+
"Posted": "5",
|
|
51
|
+
"Read": "64",
|
|
52
|
+
"Report Date": "2022-11-09",
|
|
53
|
+
"Report Period": "7"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
=== "Text"
|
|
59
|
+
|
|
60
|
+
```text
|
|
61
|
+
Report Refresh Date,Liked,Posted,Read,Report Date,Report Period
|
|
62
|
+
2022-11-09,9,5,64,2022-11-09,7
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
=== "CSV"
|
|
66
|
+
|
|
67
|
+
```csv
|
|
68
|
+
Report Refresh Date,Liked,Posted,Read,Report Date,Report Period
|
|
69
|
+
2022-11-09,9,5,64,2022-11-09,7
|
|
70
|
+
```
|
|
@@ -50,3 +50,39 @@ Gets details about Yammer activity by user for the last week and exports the rep
|
|
|
50
50
|
```sh
|
|
51
51
|
m365 yammer report activityuserdetail --period D7 --output json > "activityuserdetail.json"
|
|
52
52
|
```
|
|
53
|
+
|
|
54
|
+
## Response
|
|
55
|
+
|
|
56
|
+
=== "JSON"
|
|
57
|
+
|
|
58
|
+
```json
|
|
59
|
+
[
|
|
60
|
+
{
|
|
61
|
+
"Report Refresh Date": "2022-11-09",
|
|
62
|
+
"User Principal Name": "0439A166C614C2E8C7B4075DC4752054",
|
|
63
|
+
"Display Name": "2236A6E43D08F619FE695DF3B163A32F",
|
|
64
|
+
"User State": "",
|
|
65
|
+
"State Change Date": "",
|
|
66
|
+
"Last Activity Date": "",
|
|
67
|
+
"Posted Count": "0",
|
|
68
|
+
"Read Count": "0",
|
|
69
|
+
"Liked Count": "0",
|
|
70
|
+
"Assigned Products": "MICROSOFT 365 E5 DEVELOPER (WITHOUT WINDOWS AND AUDIO CONFERENCING)",
|
|
71
|
+
"Report Period": "7"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
=== "Text"
|
|
77
|
+
|
|
78
|
+
```text
|
|
79
|
+
Report Refresh Date,User Principal Name,Display Name,User State,State Change Date,Last Activity Date,Posted Count,Read Count,Liked Count,Assigned Products,Report Period
|
|
80
|
+
2022-11-09,77E5979DD60BA6EAA53E814DBEEEFA5F,4291DA7C39EE3263E97336B42734A667,,,,0,0,0,MICROSOFT 365 E5 DEVELOPER (WITHOUT WINDOWS AND AUDIO CONFERENCING),7
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
=== "CSV"
|
|
84
|
+
|
|
85
|
+
```csv
|
|
86
|
+
Report Refresh Date,User Principal Name,Display Name,User State,State Change Date,Last Activity Date,Posted Count,Read Count,Liked Count,Assigned Products,Report Period
|
|
87
|
+
2022-11-09,77E5979DD60BA6EAA53E814DBEEEFA5F,4291DA7C39EE3263E97336B42734A667,,,,0,0,0,MICROSOFT 365 E5 DEVELOPER (WITHOUT WINDOWS AND AUDIO CONFERENCING),7
|
|
88
|
+
```
|
|
@@ -37,3 +37,36 @@ Gets the number of users by device type for the last week and exports the report
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 yammer report deviceusagedistributionusercounts --period D7 --output json > "deviceusagedistributionusercounts.json"
|
|
39
39
|
```
|
|
40
|
+
|
|
41
|
+
## Response
|
|
42
|
+
|
|
43
|
+
=== "JSON"
|
|
44
|
+
|
|
45
|
+
```json
|
|
46
|
+
[
|
|
47
|
+
{
|
|
48
|
+
"Report Refresh Date": "2022-11-09",
|
|
49
|
+
"Web": "77",
|
|
50
|
+
"Windows Phone": "5",
|
|
51
|
+
"Android Phone": "1",
|
|
52
|
+
"iPhone": "7",
|
|
53
|
+
"iPad": "6",
|
|
54
|
+
"Other": "108",
|
|
55
|
+
"Report Period": "7"
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
=== "Text"
|
|
61
|
+
|
|
62
|
+
```text
|
|
63
|
+
Report Refresh Date,Web,Windows Phone,Android Phone,iPhone,iPad,Other,Report Period
|
|
64
|
+
2022-11-09,77,5,1,7,6,108,7
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
=== "CSV"
|
|
68
|
+
|
|
69
|
+
```csv
|
|
70
|
+
Report Refresh Date,Web,Windows Phone,Android Phone,iPhone,iPad,Other,Report Period
|
|
71
|
+
2022-11-09,77,5,1,7,6,108,7
|
|
72
|
+
```
|
|
@@ -37,3 +37,37 @@ Gets the number of daily users by device type for the last week and exports the
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 yammer report deviceusageusercounts --period D7 --output json > "deviceusageusercounts.json"
|
|
39
39
|
```
|
|
40
|
+
|
|
41
|
+
## Response
|
|
42
|
+
|
|
43
|
+
=== "JSON"
|
|
44
|
+
|
|
45
|
+
```json
|
|
46
|
+
[
|
|
47
|
+
{
|
|
48
|
+
"Report Refresh Date": "2022-11-09",
|
|
49
|
+
"Web": "4",
|
|
50
|
+
"Windows Phone": "5",
|
|
51
|
+
"Android Phone": "6",
|
|
52
|
+
"iPhone": "3",
|
|
53
|
+
"iPad": "3",
|
|
54
|
+
"Other": "60",
|
|
55
|
+
"Report Date": "2022-11-09",
|
|
56
|
+
"Report Period": "7"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
=== "Text"
|
|
62
|
+
|
|
63
|
+
```text
|
|
64
|
+
Report Refresh Date,Web,Windows Phone,Android Phone,iPhone,iPad,Other,Report Date,Report Period
|
|
65
|
+
2022-11-09,4,5,6,3,3,60,2022-11-09,7
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
=== "CSV"
|
|
69
|
+
|
|
70
|
+
```csv
|
|
71
|
+
Report Refresh Date,Web,Windows Phone,Android Phone,iPhone,iPad,Other,Report Date,Report Period
|
|
72
|
+
2022-11-09,4,5,6,3,3,60,2022-11-09,7
|
|
73
|
+
```
|
|
@@ -50,3 +50,41 @@ Gets details about Yammer device usage by user for the last week and exports the
|
|
|
50
50
|
```sh
|
|
51
51
|
m365 yammer report deviceusageuserdetail --period D7 --output json > "deviceusageuserdetail.json"
|
|
52
52
|
```
|
|
53
|
+
|
|
54
|
+
## Response
|
|
55
|
+
|
|
56
|
+
=== "JSON"
|
|
57
|
+
|
|
58
|
+
```json
|
|
59
|
+
[
|
|
60
|
+
{
|
|
61
|
+
"Report Refresh Date": "2022-11-09",
|
|
62
|
+
"User Principal Name": "0439A166C614C2E8C7B4075DC4752054",
|
|
63
|
+
"Display Name": "2236A6E43D08F619FE695DF3B163A32F",
|
|
64
|
+
"User State": "",
|
|
65
|
+
"State Change Date": "",
|
|
66
|
+
"Last Activity Date": "",
|
|
67
|
+
"Used Web": "No",
|
|
68
|
+
"Used Windows Phone": "No",
|
|
69
|
+
"Used Android Phone": "No",
|
|
70
|
+
"Used iPhone": "No",
|
|
71
|
+
"Used iPad": "No",
|
|
72
|
+
"Used Others": "No",
|
|
73
|
+
"Report Period": "7"
|
|
74
|
+
}
|
|
75
|
+
]
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
=== "Text"
|
|
79
|
+
|
|
80
|
+
```text
|
|
81
|
+
Report Refresh Date,User Principal Name,Display Name,User State,State Change Date,Last Activity Date,Used Web,Used Windows Phone,Used Android Phone,Used iPhone,Used iPad,Used Others,Report Period
|
|
82
|
+
2022-11-09,77E5979DD60BA6EAA53E814DBEEEFA5F,4291DA7C39EE3263E97336B42734A667,,,,No,No,No,No,No,No,7
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
=== "CSV"
|
|
86
|
+
|
|
87
|
+
```csv
|
|
88
|
+
Report Refresh Date,User Principal Name,Display Name,User State,State Change Date,Last Activity Date,Used Web,Used Windows Phone,Used Android Phone,Used iPhone,Used iPad,Used Others,Report Period
|
|
89
|
+
2022-11-09,77E5979DD60BA6EAA53E814DBEEEFA5F,4291DA7C39EE3263E97336B42734A667,,,,No,No,No,No,No,No,7
|
|
90
|
+
```
|
|
@@ -37,3 +37,34 @@ Gets the number of Yammer messages posted, read, and liked in groups for the las
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 yammer report groupsactivitycounts --period D7 --output json > "groupsactivitycounts.json"
|
|
39
39
|
```
|
|
40
|
+
|
|
41
|
+
## Response
|
|
42
|
+
|
|
43
|
+
=== "JSON"
|
|
44
|
+
|
|
45
|
+
```json
|
|
46
|
+
[
|
|
47
|
+
{
|
|
48
|
+
"Report Refresh Date": "2022-11-04",
|
|
49
|
+
"Liked": "5",
|
|
50
|
+
"Posted": "6",
|
|
51
|
+
"Read": "7",
|
|
52
|
+
"Report Date": "2022-11-04",
|
|
53
|
+
"Report Period": "7"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
=== "Text"
|
|
59
|
+
|
|
60
|
+
```text
|
|
61
|
+
Report Refresh Date,Liked,Posted,Read,Report Date,Report Period
|
|
62
|
+
2022-11-10,5,6,7,2022-11-10,7
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
=== "CSV"
|
|
66
|
+
|
|
67
|
+
```csv
|
|
68
|
+
Report Refresh Date,Liked,Posted,Read,Report Date,Report Period
|
|
69
|
+
2022-11-10,5,6,7,2022-11-10,7
|
|
70
|
+
```
|
|
@@ -50,3 +50,40 @@ Gets details about Yammer groups activity by group for the last week and exports
|
|
|
50
50
|
```sh
|
|
51
51
|
m365 yammer report groupsactivitydetail --period D7 --output json > "groupsactivitydetail.json"
|
|
52
52
|
```
|
|
53
|
+
|
|
54
|
+
## Response
|
|
55
|
+
|
|
56
|
+
=== "JSON"
|
|
57
|
+
|
|
58
|
+
```json
|
|
59
|
+
[
|
|
60
|
+
{
|
|
61
|
+
"Report Refresh Date": "2022-11-10",
|
|
62
|
+
"Group Display Name": "7D3654B07E126BBD0D18174368FC243F",
|
|
63
|
+
"Is Deleted": "False",
|
|
64
|
+
"Owner Principal Name": "",
|
|
65
|
+
"Last Activity Date": "",
|
|
66
|
+
"Group Type": "public",
|
|
67
|
+
"Office 365 Connected": "No",
|
|
68
|
+
"Member Count": "3",
|
|
69
|
+
"Posted Count": "",
|
|
70
|
+
"Read Count": "",
|
|
71
|
+
"Liked Count": "",
|
|
72
|
+
"Report Period": "7"
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
=== "Text"
|
|
78
|
+
|
|
79
|
+
```text
|
|
80
|
+
Report Refresh Date,Group Display Name,Is Deleted,Owner Principal Name,Last Activity Date,Group Type,Office 365 Connected,Member Count,Posted Count,Read Count,Liked Count,Report Period
|
|
81
|
+
2022-11-10,7D3654B07E126BBD0D18174368FC243F,False,,,public,No,3,,,,7
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
=== "CSV"
|
|
85
|
+
|
|
86
|
+
```csv
|
|
87
|
+
Report Refresh Date,Group Display Name,Is Deleted,Owner Principal Name,Last Activity Date,Group Type,Office 365 Connected,Member Count,Posted Count,Read Count,Liked Count,Report Period
|
|
88
|
+
2022-11-10,7D3654B07E126BBD0D18174368FC243F,False,,,public,No,3,,,,7
|
|
89
|
+
```
|
|
@@ -37,3 +37,33 @@ Gets the total number of groups that existed and how many included group convers
|
|
|
37
37
|
```sh
|
|
38
38
|
m365 yammer report groupsactivitygroupcounts --period D7 --output json > "groupsactivitygroupcounts.json"
|
|
39
39
|
```
|
|
40
|
+
|
|
41
|
+
## Response
|
|
42
|
+
|
|
43
|
+
=== "JSON"
|
|
44
|
+
|
|
45
|
+
```json
|
|
46
|
+
[
|
|
47
|
+
{
|
|
48
|
+
"Report Refresh Date": "2022-11-04",
|
|
49
|
+
"Total": "1",
|
|
50
|
+
"Active": "0",
|
|
51
|
+
"Report Date": "2022-11-04",
|
|
52
|
+
"Report Period": "7"
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
=== "Text"
|
|
58
|
+
|
|
59
|
+
```text
|
|
60
|
+
Report Refresh Date,Total,Active,Report Date,Report Period
|
|
61
|
+
2022-11-10,1,0,2022-11-10,7
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
=== "CSV"
|
|
65
|
+
|
|
66
|
+
```csv
|
|
67
|
+
Report Refresh Date,Total,Active,Report Date,Report Period
|
|
68
|
+
2022-11-10,1,0,2022-11-10,7
|
|
69
|
+
```
|
|
@@ -50,3 +50,102 @@ Returns an array of users matching the e-mail john.smith@contoso.com in JSON. Th
|
|
|
50
50
|
```sh
|
|
51
51
|
m365 yammer user get --email john.smith@contoso.com --output json
|
|
52
52
|
```
|
|
53
|
+
|
|
54
|
+
## Response
|
|
55
|
+
|
|
56
|
+
=== "JSON"
|
|
57
|
+
|
|
58
|
+
```json
|
|
59
|
+
{
|
|
60
|
+
"type": "user",
|
|
61
|
+
"id": 172006440961,
|
|
62
|
+
"network_id": 5897756673,
|
|
63
|
+
"state": "active",
|
|
64
|
+
"job_title": "",
|
|
65
|
+
"location": null,
|
|
66
|
+
"interests": null,
|
|
67
|
+
"summary": null,
|
|
68
|
+
"expertise": null,
|
|
69
|
+
"full_name": "johndoe",
|
|
70
|
+
"activated_at": "2021/10/08 11:45:32 +0000",
|
|
71
|
+
"auto_activated": false,
|
|
72
|
+
"show_ask_for_photo": true,
|
|
73
|
+
"first_name": "",
|
|
74
|
+
"last_name": "",
|
|
75
|
+
"network_name": "Contoso",
|
|
76
|
+
"network_domains": [
|
|
77
|
+
"contoso.onmicrosoft.com"
|
|
78
|
+
],
|
|
79
|
+
"url": "https://www.yammer.com/api/v1/users/172006440961",
|
|
80
|
+
"web_url": "https://www.yammer.com/contoso.onmicrosoft.com/users/172006440961",
|
|
81
|
+
"name": "admvalo",
|
|
82
|
+
"mugshot_url": "https://mugshot0eu-1.assets-yammer.com/mugshot/images/no_photo.png?P1=1668205841&P2=104&P3=1&P4=rnM2FPGOQRZja018qxAFshyyDKKH5SoUXkdpCeizRsdD7Ggb9sLSsdEaq-icgk8g-QTHFd0Te4e1gWAZTGEQekSQop6G6zDcipIVbZMJStEzfKKUpSPckcXnRhfiI55yq5AOLhVcH2PP_ZBFF-0KXMaP8Hy4dGDIRzmnUGhFuik0yjNBoGaYL86ltEaDMQdpS6rS3lmIMzLPGEMfr30vethAxRT7SKBbNYxZ9iPxO6TY26cYCfv0VyyMQkGGviPU4__EVjOoklhD_AqFGFGHtRTcsafpKOxCE70Z-nUpIPbYCel3las7w105u4SvPPC00Q5LUMDynUvzPiR4-vbWPg&size=48x48",
|
|
83
|
+
"mugshot_redirect_url": "https://www.yammer.com/mugshot/images/redirect/48x48/no_photo.png",
|
|
84
|
+
"mugshot_url_template": "https://mugshot0eu-1.assets-yammer.com/mugshot/images/no_photo.png?P1=1668205841&P2=104&P3=1&P4=rnM2FPGOQRZja018qxAFshyyDKKH5SoUXkdpCeizRsdD7Ggb9sLSsdEaq-icgk8g-QTHFd0Te4e1gWAZTGEQekSQop6G6zDcipIVbZMJStEzfKKUpSPckcXnRhfiI55yq5AOLhVcH2PP_ZBFF-0KXMaP8Hy4dGDIRzmnUGhFuik0yjNBoGaYL86ltEaDMQdpS6rS3lmIMzLPGEMfr30vethAxRT7SKBbNYxZ9iPxO6TY26cYCfv0VyyMQkGGviPU4__EVjOoklhD_AqFGFGHtRTcsafpKOxCE70Z-nUpIPbYCel3las7w105u4SvPPC00Q5LUMDynUvzPiR4-vbWPg&size={width}x{height}",
|
|
85
|
+
"mugshot_redirect_url_template": "https://www.yammer.com/mugshot/images/redirect/{width}x{height}/no_photo.png",
|
|
86
|
+
"birth_date": "",
|
|
87
|
+
"birth_date_complete": "",
|
|
88
|
+
"timezone": "Pacific Time (US & Canada)",
|
|
89
|
+
"external_urls": [],
|
|
90
|
+
"admin": "true",
|
|
91
|
+
"verified_admin": "true",
|
|
92
|
+
"m365_yammer_admin": "false",
|
|
93
|
+
"supervisor_admin": "false",
|
|
94
|
+
"o365_tenant_admin": "true",
|
|
95
|
+
"can_broadcast": "true",
|
|
96
|
+
"department": null,
|
|
97
|
+
"email": "johndoe@contoso.onmicrosoft.com",
|
|
98
|
+
"guest": false,
|
|
99
|
+
"aad_guest": false,
|
|
100
|
+
"can_view_delegations": false,
|
|
101
|
+
"can_create_new_network": false,
|
|
102
|
+
"can_browse_external_networks": false,
|
|
103
|
+
"reaction_accent_color": "none",
|
|
104
|
+
"significant_other": "",
|
|
105
|
+
"kids_names": "",
|
|
106
|
+
"previous_companies": [],
|
|
107
|
+
"schools": [],
|
|
108
|
+
"contact": {
|
|
109
|
+
"im": {
|
|
110
|
+
"provider": "",
|
|
111
|
+
"username": ""
|
|
112
|
+
},
|
|
113
|
+
"phone_numbers": [],
|
|
114
|
+
"email_addresses": [
|
|
115
|
+
{
|
|
116
|
+
"type": "primary",
|
|
117
|
+
"address": "johndoe@contoso.onmicrosoft.com"
|
|
118
|
+
}
|
|
119
|
+
],
|
|
120
|
+
"has_fake_email": false
|
|
121
|
+
},
|
|
122
|
+
"stats": {
|
|
123
|
+
"updates": 0,
|
|
124
|
+
"following": 0,
|
|
125
|
+
"followers": 0
|
|
126
|
+
},
|
|
127
|
+
"settings": {
|
|
128
|
+
"xdr_proxy": ""
|
|
129
|
+
},
|
|
130
|
+
"show_invite_lightbox": false,
|
|
131
|
+
"age_bucket": "notSet"
|
|
132
|
+
}
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
=== "Text"
|
|
136
|
+
|
|
137
|
+
```text
|
|
138
|
+
email : johndoe@contoso.onmicrosoft.com
|
|
139
|
+
full_name: johndoe
|
|
140
|
+
id : 172006440961
|
|
141
|
+
job_title:
|
|
142
|
+
state : active
|
|
143
|
+
url : https://www.yammer.com/api/v1/users/172006440961
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
=== "CSV"
|
|
147
|
+
|
|
148
|
+
```csv
|
|
149
|
+
id,full_name,email,job_title,state,url
|
|
150
|
+
172006440961,admvalo,johndoe@contoso.onmicrosoft.com,,active,https://www.yammer.com/api/v1/users/172006440961
|
|
151
|
+
```
|