cli-microsoft365
cli-microsoft365 copied to clipboard
New command: viva engage community list
Usage
m365 viva engage community list [options]
Description
Retrieves a list of the Viva Engage communities
Options
| Option | Description |
|---|
Examples
List Viva Engage communities
m365 viva engage community list
Default properties
- id
- displayName
- description
- privacy
- groupId
Additional Info
API https://learn.microsoft.com/graph/api/employeeexperience-list-communities?view=graph-rest-1.0&tabs=http
Requires the Community.Read.All permission.
It's quite new API. CLI already has commands m365 viva engage community get and m365 viva engage community add
Nice suggestion @MartinM85, only suggestion from my side is that we drop groupid and description from the default props. Are you willing to work on it, or should we open it up?
@milanholemans The default props updated. I can work on it