Skip to content

Commit 0e59382

Browse files
committed
Announce change to filter out mysterious groups
1 parent e01fac7 commit 0e59382

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/en/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Welcome to the documentation center for User Management APIs from Adobe.
1111

1212
<h2>News</h2>
1313
<div class="isa_info">
14+
<p><strong>July 23, 2025</strong>: We've been made aware that some customers are receiving group names with a mysterious suffix, such as <code>provisioning</code>. Since these groups or profiles with these names don't exist in Admin Console (they were a historic construct from a previous iteration of the Adobe platform), we will ensure that we fully filter out these mystery group names. APIs that return lists of group names will be changed to return <strong>only</strong> user group and product profile names that really exist in the org.</p>
15+
<p>As a best practice, it is recommended to avoid any logic that expects fixed names.</p>
16+
<p>This change will come into effect on <em><strong>August 26, 2025</strong></em>.</p>
17+
<hr class="api-ref-rule">
1418
<p><strong>May 22, 2025</strong>: With the introduction of the <a href="https://helpx.adobe.com/uk/enterprise/using/admin-roles.html#enterprise">Contract Admin role</a> in 2024, we've been made aware that some customers are not receiving a <code>type</code> value from the <a href="https://adobe-apiplatform.github.io/umapi-documentation/en/api/group.html">Get User Groups and Product Profiles</a> API. To help with consistency, we'll ensure that this scenario results in a type of <code>CONTRACT_ADMIN_GROUP</code> and will enhance the response with a <code>contractName</code> field as below:</p>
1519
<pre>
1620
{

0 commit comments

Comments
 (0)