Forum Discussion

Donia Strand's avatar
Donia Strand
Iron Contributor
Nov 14, 2018
Solved

What permission is required for a user to associate a modern site to a hub site?

Hi,   We've put our first hub site into production, and we are wondering what permission is required to associate a site with a hub site? The user in question is the owner of the site they want to ...
  • ChrisWebbTech's avatar
    Nov 14, 2018
    You either have to be site collection admin of the hub site, or you can grant permissions of who can join via mail enabled security group via powershell to allow users the ability to join the hub.

    To restrict permission to associate sites to the hub after creation, run the following command: > Grant-SPOHubSiteRights -Identity URL -Principals GroupEmail -Rights Join> (Where Identity is the URL of the site and GroupEmail is the email address of the mail-enabled security group.)

Resources