Can't find a way or button to create a new Community in Viva Engage

Edward 86 Reputation points
2026-06-15T22:32:54.22+00:00

Does anyone know how to enable this by any chance? Some people say it's group policy issue or new creation of m365 groups being disabled but i am not able to find a confirmation and/or find contradiction.

I have several admin roles and can create M365 Groups so not sure what's going on.

Microsoft 365 and Office | Microsoft Viva | Viva Engage
0 comments No comments

3 answers

Sort by: Newest
  1. Anonymous
    2026-06-16T01:58:02.2766667+00:00

    Hi @Edward

    To better isolate the issue, could you please confirm: 

    • Is the Create Community button missing for all users or only specific users? 
    • Are users able to access Viva Engage via https://engage.cloud.microsoft?
    • Are both options shown in the image missing from the interface?

    User's image

    In Viva Engage (Native Mode), communities are backed by Microsoft 365 Groups. Because of this, the Create Community button in Viva Engage UI depends on Microsoft 365 Group creation permissions. If a user is not allowed to create Microsoft 365 Groups, the UI hides the option to create a community. So, the absence of the button does not necessarily indicate a Viva Engage issue, but rather a Microsoft 365 group creation restriction for that user.  

    The guidance referring to: “Verify Microsoft 365-connected communities and group creation privileges in Viva Engage Admin Center” is based on older Yammer/Viva Engage administration documentation. In the modern Viva Engage Admin Center, there is typically no explicit “Microsoft 365-connected communities enabled” status setting. When a tenant is in Native Mode, Viva Engage already operates with Microsoft 365-connected communities. Group creation privileges are managed in Microsoft Entra admin center, not within Viva Engage.  

    Steps to check in Microsoft Entra admin center:  

    -Navigate to Groups > General.  

    -Review the following settings:  

    • Users can create Microsoft 365 groups in Azure portals, API, or PowerShell  
    • Users can create security groups in Azure portals, API, or PowerShell  

    User's image

    -If Users can create Microsoft 365 groups is set to No, then group creation is restricted which directly impacts Viva Engage community creation.  

    Validation via PowerShell (PnP): If you want to confirm whether the issue is permissions or UI-related, you can test with PnP PowerShell:  

    -Download PowerShell 7 

    -Register an app in Entra ID with the required permissions 

    User's image

    Reference: Register an Entra ID Application to use with PnP PowerShell | PnP PowerShell

    Run the following commands: 

    Install-Module PnP.PowerShell -Scope CurrentUser 
    Import-Module PnP.PowerShell  
    Connect-PnPOnline -Url https://<tenant>-admin.sharepoint.com -Interactive -ClientId <App-ID> 
    Get-PnPVivaEngageCommunity 
    New-PnPVivaEngageCommunity ` 
      -DisplayName "Test Community" ` 
      -Description "PnP validation test" ` 
      -Privacy Public 
    

    If community creation works via PowerShell but the Create Community button is missing in the UI, the backend is functioning correctly and the issue is tied to UI. 

    Please know that while our initial response might not resolve the issue right away, your input is incredibly valuable. With a bit more detail, we’ll work together to find the best solution for you.       


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


  2. Edward 86 Reputation points
    2026-06-15T22:35:26.6766667+00:00
    • Check who is allowed to create Microsoft 365 groups in the tenant. Viva Engage communities in native mode create a connected Microsoft 365 group, so any restriction on group creation directly affects who can create communities.
    • In the Viva Engage admin center, verify that the network is configured for Microsoft 365-connected communities and review who has group creation privileges. Only users with group creation permission can create Microsoft 365-connected communities.

    Give me steps please

    Was this answer helpful?

    0 comments No comments

  3. AI answer

    2026-06-15T22:33:04.7+00:00

    In Viva Engage, the ability to create a new community depends on Microsoft 365 group creation permissions and any group creation policy applied in the tenant.

    To create a community, the UI path is:

    1. In Viva Engage, select the + button next to the Explore section in the left navigation bar.
    2. Select Community from the drop-down.
    3. Fill in the Community creation dialog and select Create.

    If the + button or Community option does not appear, it means a group creation policy has been configured so that only specific users are allowed to create communities and other entities in Viva Engage. In that case, even if Microsoft 365 groups can be created elsewhere, community creation in Viva Engage is restricted by that policy.

    As an admin, to confirm and control this:

    • Check who is allowed to create Microsoft 365 groups in the tenant. Viva Engage communities in native mode create a connected Microsoft 365 group, so any restriction on group creation directly affects who can create communities.
    • In the Viva Engage admin center, verify that the network is configured for Microsoft 365-connected communities and review who has group creation privileges. Only users with group creation permission can create Microsoft 365-connected communities.

    If group creation is restricted and the account is not in the allowed list, an Engage admin or Microsoft 365 admin must update the group creation policy to include that account or broaden who can create groups.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.