You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Modules/CIPPHTTP/Public/Entrypoints/HTTP Functions/Identity/Administration/Groups/Invoke-AddGroupTemplate.ps1
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@ function Invoke-AddGroupTemplate {
53
53
allowExternal=$Request.Body.allowExternal
54
54
username=$Request.Body.username# Can contain variables like @%tenantfilter%
55
55
licenses=$Request.Body.licenses
56
+
aliases=$Request.Body.aliases# One per line, variables allowed
Copy file name to clipboardExpand all lines: Modules/CIPPHTTP/Public/Entrypoints/HTTP Functions/Identity/Administration/Groups/Invoke-ListGroupTemplates.ps1
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ function Invoke-ListGroupTemplates {
0 commit comments