{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin groupLifecyclePolicies.groupLifecyclePolicy.Actions API", "version": "1.0.0" }, "items": [ { "info": { "name": "groupLifecyclePolicies.groupLifecyclePolicy.Actions", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Invoke action addGroup", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groupLifecyclePolicies/:groupLifecyclePolicy-id/addGroup", "params": [ { "name": "groupLifecyclePolicy-id", "value": "", "type": "path", "description": "The unique identifier of groupLifecyclePolicy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a group to a groupLifecyclePolicy. This action is supported only if the managedGroupTypes property of the policy is set to Selected." }, { "info": { "name": "Microsoft Graph Invoke action removeGroup", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groupLifecyclePolicies/:groupLifecyclePolicy-id/removeGroup", "params": [ { "name": "groupLifecyclePolicy-id", "value": "", "type": "path", "description": "The unique identifier of groupLifecyclePolicy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Removes a group from a lifecycle policy." } ] } ], "bundled": true }