Add Viva Engange Community
Create a Viva Engage (Yammer) community
Last updated
Was this helpful?
Create a Viva Engage (Yammer) community
This runbook creates a Viva Engage community via the Yammer REST API using a stored developer token. It can optionally assign owners and remove the initial API user from the resulting Microsoft 365 group.
Organization → General → Add Viva Engange Community
Full Runbook name
rjgit-org_general_add-viva-engange-community
Type: Microsoft Graph
User.Read.All
Group.ReadWrite.All
GroupMember.ReadWrite.All
Name of the community to create. Maximum length is 264 characters.
Required
true
Default Value
Sample Community
Type
String
If set to true, the community is created as private.
Required
false
Default Value
False
Type
Boolean
If set to true, the community is visible in the directory.
Required
false
Default Value
True
Type
Boolean
Comma-separated list of owner UPNs to add to the community.
Required
false
Default Value
Type
String
If set to true, removes the initial API user from the group when at least one other owner exists.
Required
false
Default Value
True
Type
Boolean
Last updated
Was this helpful?
Was this helpful?