Skip to content

Commit 67a63db

Browse files
committed
Missing contract admin group type
1 parent 41f814c commit 67a63db

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/en/index.md

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

1212
<h2>News</h2>
1313
<div class="isa_info">
14+
<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>
15+
<pre>
16+
{
17+
"groupId": 555555555,
18+
"groupName": "BCDEFA3F5A9DB8F0345B_CONTRACT_GROUP",
19+
"adminGroupName": "_admin_BCDEFA3F5A9DB8F0345B_CONTRACT_GROUP",
20+
"type": "CONTRACT_ADMIN_GROUP",
21+
"contractName": "ETLA - BCDEFA3F5A9DB8F0345B",
22+
"memberCount": 1
23+
}
24+
</pre>
25+
<p>This change will come into effect on <em><strong>June 3, 2025</strong></em>.</p>
26+
<hr class="api-ref-rule">
1427
<p><strong>May 9, 2025</strong>: With the introduction of Single App Edition 4, we've been made aware that some customers have both Single App and Single App Edition 4. To help distinguish groups for each Single App using the same infix structure introduced in May 2023, the `productName` field for the profile will be adjusted to return the "parent" product name, as in the below examples:</p>
1528
<ul>
1629
<li>If the parent product is <em>Single App - Enterprise</em>, you will see <code>Photoshop (&lt;keyword1,Single App - Enterprise,keyword2&gt;)</code></li>

0 commit comments

Comments
 (0)