Add Office365 Group
Create an Office 365 group and SharePoint site, optionally create a (Teams) team.
Last updated
Was this helpful?
Create an Office 365 group and SharePoint site, optionally create a (Teams) team.
This runbook creates a Microsoft 365 group and provisions the related SharePoint site. It can optionally promote the group to a Microsoft Teams team after creation.
Organization → General → Add Office365 Group
Full Runbook name
rjgit-org_general_add-office365-group
Type: Microsoft Graph
Group.Create
Team.Create
Mail nickname used for group creation.
Required
true
Default Value
Type
String
Optional display name. If empty, MailNickname is used.
Required
false
Default Value
Type
String
Choose to "Only create a SharePoint Site" (final value: $false) or "Create a Team (and SharePoint Site)" (final value: $true). A team needs an owner, so if CreateTeam is set to true and no owner is specified, the runbook will set the caller as the owner.
Required
false
Default Value
False
Type
Boolean
Choose the group visibility: "Public" (final value: $false) or "Private" (final value: $true).
Required
false
Default Value
False
Type
Boolean
If set to true, the group is mail-enabled.
Required
false
Default Value
False
Type
Boolean
If set to true, the group is security-enabled.
Required
false
Default Value
True
Type
Boolean
Optional owner of the group.
Required
false
Default Value
Type
String
Optional second owner of the group.
Required
false
Default Value
Type
String
Last updated
Was this helpful?
Was this helpful?