groupPolicy
Get group policy template
Returns the configuration policy templates assigned to the specified group or matching the specified template name. Use GroupNames to query multiple groups in a single request.
Get group policy template
Submits a request to retrieve the configuration policy templates assigned to the specified group. Provide the group name or template name in the request body.
Adds config template to a group
Associates a configuration policy template with the specified group, making the template active for all devices in that group. Set IsTrusted to true if the template contains trusted commands.
Adds config template to a group
Submits a request to associate a configuration policy template with the specified group. Provide the group name, template name, and IsTrusted flag in the request body.
Remove template from group
Removes the association between the specified configuration policy template and the specified group. After removal, devices in the group are no longer governed by this template.
Remove template from group
Submits a request to remove a configuration policy template from the specified group. Provide the GroupName and PolicyTemplateName in the request body.