viva engage message like set
Likes or unlikes a Viva Engage message
Usage
m365 viva engage message like set [options]
Options
--messageId <messageId>
The id of the Viva Engage message.
--enable [enable]
Set to
true
to like a message. Set tofalse
to unlike it. Defaulttrue
.-f, --force
Don't prompt for confirmation.
-h, --help [help]
Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isoptions
.--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]
Output type.
json
,text
,csv
,md
,none
. Defaultjson
.--verbose
Runs command with verbose logging.
--debug
Runs command with debug logging.
Remarks
In order to use this command, you need to grant the Microsoft Entra application used by the CLI for Microsoft 365 the permission to the Viva Engage API. To do this, execute the cli consent --service VivaEngage
command.
Examples
Likes the message with the ID 5611239081
m365 viva engage message like set --messageId 5611239081
Unlike the message with the ID 5611239081
m365 viva engage message like set --messageId 5611239081 --enable false
Unlike the message with the ID 5611239081
without asking for confirmation
m365 viva engage message like set --messageId 5611239081 --enable false --force
Response
The command won't return a response on success.