Skip to main content

viva engage community get

Gets information of a Viva Engage community

Usage

m365 viva engage community get [options]

Options

-i, --id <id>

The unique identifier of the community.

-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 is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Remarks

warning

This command is based on an API that is currently in preview and is subject to change once the API reached general availability.

Examples

Get a specific community by ID.

m365 viva engage community get --id eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiI0Mjg1NzkwNjE3NyJ9

Response

{
"id": "eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIxNTU1MjcwOTQyNzIifQ",
"displayName": "New Employee Onboarding",
"description": "New Employee Onboarding",
"privacy": "public",
"groupId": "54dda9b2-2df1-4ce8-ae1e-b400956b5b34"
}
CTRL + M