Skip to content

Commit 9794411

Browse files
committed
Add back description updates to grouplifecyclepolicy-addgroup.md
1 parent 7528dca commit 9794411

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api-reference/v1.0/api/grouplifecyclepolicy-addgroup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "groupLifecyclePolicy: addGroup"
3-
description: "Adds a group to a lifecycle policy."
3+
description: "Add a group to a groupLifecyclePolicy."
44
author: "yuhko-msft"
55
ms.reviewer: "mbhargav, khotzteam, aadgroupssg"
66
ms.localizationpriority: medium
@@ -13,7 +13,7 @@ ms.date: 04/04/2024
1313

1414
Namespace: microsoft.graph
1515

16-
Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the **managedGroupTypes** property of [groupLifecyclePolicy](../resources/grouplifecyclepolicy.md) is set to `Selected`.
16+
Add a group to a [groupLifecyclePolicy](../resources/grouplifecyclepolicy.md). This action is supported only if the **managedGroupTypes** property of the policy is set to `Selected`.
1717

1818
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
1919

@@ -53,7 +53,7 @@ Only one group can be added per request.
5353

5454
## Response
5555

56-
If successful, this method returns `200 OK` response code. If the group is added to the policy, a `true` value is returned in the response body. Otherwise, a `false` value is returned in the response body.
56+
If successful, this method returns `200 OK` response code. If the group is added to the policy, a `true` value is returned in the response body and the **expirationDateTime** property of the added group is set based on the policy's **groupLifetimeInDays** value. Otherwise, a `false` value is returned in the response body.
5757

5858
## Example
5959

0 commit comments

Comments
 (0)