diff --git a/docs/en/api/QueryProducts.md b/docs/en/api/QueryProducts.md
index f85ed92..b27c922 100644
--- a/docs/en/api/QueryProducts.md
+++ b/docs/en/api/QueryProducts.md
@@ -8,7 +8,7 @@ title: Product Access APIs
---
# Product Access APIs
-**DEPRECATED:** These APIs have been deprecated. An exact date for removal will be confirmed before the end of 2017 but you should look to update your scripts as soon as possible.
+**DEPRECATED:** These APIs have been deprecated. Please use [Get User Groups and Product Profiles](group.md).
diff --git a/docs/en/api/QueryUserGroups.md b/docs/en/api/QueryUserGroups.md
index 7d66633..ea98603 100644
--- a/docs/en/api/QueryUserGroups.md
+++ b/docs/en/api/QueryUserGroups.md
@@ -8,7 +8,7 @@ title: Get User Group Users
---
# Get User-group Users
-**DEPRECATED:** These APIs have been deprecated. An exact date for removal will be confirmed before the end of 2017 but you should look to update your scripts as soon as possible.
+**DEPRECATED:** These APIs have been deprecated. Please use [Get Users by Group API](getUsersByGroup.md) for fetching information for a single group.
diff --git a/docs/en/api/getAllProfilesForOrg.md b/docs/en/api/getAllProfilesForOrg.md
index 1a8d782..6121a86 100644
--- a/docs/en/api/getAllProfilesForOrg.md
+++ b/docs/en/api/getAllProfilesForOrg.md
@@ -9,7 +9,7 @@ nav_link: Get All Profiles
# Get All Product Profiles for Organization
-**DEPRECATED:** These APIs have been deprecated. An exact date for removal will be confirmed before the end of 2017 but you should look to update your scripts as soon as possible.
+**DEPRECATED:** These APIs have been deprecated. Please use [Get User Groups and Product Profiles](group.md).
diff --git a/docs/en/api/getProductProfile.md b/docs/en/api/getProductProfile.md
index d9235b0..08d7ed1 100644
--- a/docs/en/api/getProductProfile.md
+++ b/docs/en/api/getProductProfile.md
@@ -8,7 +8,7 @@ lang: en
---
# Get Product Profile
-**DEPRECATED:** These APIs have been deprecated. An exact date for removal will be confirmed before the end of 2017 but you should look to update your scripts as soon as possible.
+**DEPRECATED:** These APIs have been deprecated. Please use [Get Users by Group API](getUsersByGroup.md) for fetching information for a single product profile.
```
diff --git a/docs/en/api/getProductProfileUsers.md b/docs/en/api/getProductProfileUsers.md
index 21f21ed..ad2a01b 100644
--- a/docs/en/api/getProductProfileUsers.md
+++ b/docs/en/api/getProductProfileUsers.md
@@ -8,7 +8,7 @@ lang: en
---
# Get Users in Product Profile
-**DEPRECATED:** These APIs have been deprecated. An exact date for removal will be confirmed before the end of 2017 but you should look to update your scripts as soon as possible.
+**DEPRECATED:** These APIs have been deprecated. Please use [Get Users by Group API](getUsersByGroup.md) for fetching users of a product profile.
diff --git a/docs/en/api/getUserGroup.md b/docs/en/api/getUserGroup.md
index 0134bcf..8168e96 100644
--- a/docs/en/api/getUserGroup.md
+++ b/docs/en/api/getUserGroup.md
@@ -9,7 +9,7 @@ lang: en
# Get User Group
-**DEPRECATED:** These APIs have been deprecated. An exact date for removal will be confirmed before the end of 2017 but you should look to update your scripts as soon as possible.
+**DEPRECATED:** These APIs have been deprecated. Please use [Get Users by Group API](getUsersByGroup.md) for fetching information for a single group.
diff --git a/docs/en/api/getUserGroups.md b/docs/en/api/getUserGroups.md
index 3b49a76..da5325e 100644
--- a/docs/en/api/getUserGroups.md
+++ b/docs/en/api/getUserGroups.md
@@ -8,7 +8,7 @@ lang: en
---
# Get User Groups
-**DEPRECATED:** These APIs have been deprecated. An exact date for removal will be confirmed before the end of 2017 but you should look to update your scripts as soon as possible.
+**DEPRECATED:** These APIs have been deprecated. Please use [Get User Groups and Product Profiles](group.md).
diff --git a/docs/en/api/getUsersREST.md b/docs/en/api/getUsersREST.md
index bbafa27..43ab217 100644
--- a/docs/en/api/getUsersREST.md
+++ b/docs/en/api/getUsersREST.md
@@ -9,7 +9,7 @@ lang: en
# Get All Users in Organization
-**DEPRECATED:** These APIs have been deprecated. An exact date for removal will be confirmed before the end of 2017 but you should look to update your scripts as soon as possible.
+**DEPRECATED:** These APIs have been deprecated. Please use [Get Users in Organization](getUsersWithPage.md)
diff --git a/docs/en/api/updateProductProfile.md b/docs/en/api/updateProductProfile.md
index dd8dc14..035489e 100644
--- a/docs/en/api/updateProductProfile.md
+++ b/docs/en/api/updateProductProfile.md
@@ -8,7 +8,7 @@ lang: en
---
# Update Product Profile
-**DEPRECATED:** These APIs have been deprecated. An exact date for removal will be confirmed before the end of 2017 but you should look to update your scripts as soon as possible.
+**DEPRECATED:** These APIs have been deprecated. Please refer to the [User Management Action API](ActionsRef.md) for details on the supported approach to assign and manage membership and administrative rights within your Organization.