# Add Viva Engange Community

### Description

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.

### Location

Organization → General → Add Viva Engange Community

**Full Runbook name**

rjgit-org\_general\_add-viva-engange-community

### Permissions

#### Application permissions

* **Type**: Microsoft Graph
  * User.Read.All
  * Group.ReadWrite.All
  * GroupMember.ReadWrite.All

### Parameters

#### CommunityName

Name of the community to create. Maximum length is 264 characters.

| Property      | Value            |
| ------------- | ---------------- |
| Required      | true             |
| Default Value | Sample Community |
| Type          | String           |

#### CommunityPrivate

If set to true, the community is created as private.

| Property      | Value   |
| ------------- | ------- |
| Required      | false   |
| Default Value | False   |
| Type          | Boolean |

#### CommunityShowInDirectory

If set to true, the community is visible in the directory.

| Property      | Value   |
| ------------- | ------- |
| Required      | false   |
| Default Value | True    |
| Type          | Boolean |

#### CommunityOwners

Comma-separated list of owner UPNs to add to the community.

| Property      | Value  |
| ------------- | ------ |
| Required      | false  |
| Default Value |        |
| Type          | String |

#### removeCreatorFromGroup

If set to true, removes the initial API user from the group when at least one other owner exists.

| Property      | Value   |
| ------------- | ------- |
| Required      | false   |
| Default Value | True    |
| Type          | Boolean |

[Back to Runbook Reference overview](/automation/runbooks/runbook-references.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.realmjoin.com/automation/runbooks/runbook-references/org/general/add-viva-engange-community.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
