Skip to content

New command: viva engage community set #6279

@MartinM85

Description

@MartinM85

Usage

m365 viva engage community set [options]

Description

Updates an existing Viva Engage community

Options

Option Description
-i, --id [id] The id of the community. Specify either id, displayName or entraGroupId, but not multiple.
-d, --displayName [displayName] The name of the community. Specify either id, displayName or entraGroupId, but not multiple.
--entraGroupId [entraGroupId] The id of the Microsoft Entra group associated with the community. Specify either id, displayName or entraGroupId, but not multiple.
--newDisplayName [newDisplayName] New name for the community. The maximum length is 255 characters.
--description [description] The description of the community. The maximum length is 1024 characters.
--privacy [privacy] Defines the privacy level of the community. The possible values are: public, and private.

Examples

Update info about the community specified by the community id

m365 viva engage community set --id eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiI0NzY5MTM1ODIwOSJ9 --newDisplayName 'Developers' --description 'Community for all devs' --privacy public

Update info about the community specified by name

m365 viva engage community set --displayName 'Developrs' --newDisplayName 'Developers'

Update info about the community specified by the Microsoft Entra group id

m365 viva engage community set --entraGroupId 0bed8b86-5026-4a93-ac7d-56750cc099f1 --newDisplayName 'Developers' --description 'Community for all devs' --privacy public

Default properties

No response

Additional Info

API
https://learn.microsoft.com/en-us/graph/api/community-update?view=graph-rest-1.0&tabs=http

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions