Assign Groups By Template Scheduled
Assign cloud-only groups to many users based on a predefined template
Last updated
Was this helpful?
Assign cloud-only groups to many users based on a predefined template
This runbook adds users from a source group to one or more target groups. Target groups are provided via a template-driven string and can be resolved by group ID or display name.
Organization → General → Assign Groups By Template (Scheduled)
Full Runbook name
rjgit-org_general_assign-groups-by-template_scheduled
Type: Microsoft Graph
User.Read.All
Group.ReadWrite.All
Object ID of the source group containing users to process.
Required
true
Default Value
Type
String
Optional object ID of a group whose users are excluded from processing.
Required
false
Default Value
Type
String
Template selector used by the portal to populate the GroupsString parameter.
Required
false
Default Value
Type
String
Comma-separated list of target groups (IDs or display names depending on UseDisplaynames).
Required
true
Default Value
Type
String
If set to true, GroupsString contains display names; otherwise it contains object IDs.
Required
false
Default Value
True
Type
Boolean
Last updated
Was this helpful?
Was this helpful?