Skip to content

Commit e74b42f

Browse files
authored
Merge pull request #105 from adobe-apiplatform/unknown-status
Include information on forcing user type field to unknown
2 parents 2799ad1 + 95fa48b commit e74b42f

4 files changed

Lines changed: 5 additions & 0 deletions

File tree

docs/en/api/getUser.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ __Throttle Limits__: Maximum 25 requests per minute per a client. See [Throttlin
3030
| domain | query | false | Optional parameter but highly recommended including for all user types. For [AdobeID](glossary.html#adobeId) users this would be `AdobeID`. For [Enterprise](glossary.html#enterpriseId) and _[email-federated](glossary.html#federatedId)_ users the domain will either match the email domain or, in the case of multi-domain federations, have any other domain for that directory. |
3131
| content-type | header | false | {% include_relative partials/contentTypeDescription.md %} |
3232
| X-Request-Id | header | false | {% include_relative partials/requestIdDescription.md %} |
33+
| X-UMAPI-Usertype-Unknown | header | false | Set this to `true` if you need the `type` field to return `unknown` |
3334
{:.bordertablestyle}
3435

3536
## <a name="responses" class="api-ref-subtitle">Responses</a>

docs/en/api/getUsersByGroup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ __Throttle Limits__: Maximum 25 requests per minute per a client. See [Throttlin
3737
| directOnly | query | false | {% include_relative partials/directOnlyDescription.md %} |
3838
| status | query | false | For product profiles only, return only active or inactive members. Pass `active` to list users that have been provisioned for the product and have an active license. Pass `inactive` to list users who have been added to the product profile but do not have an _active_ license. When not provided, lists all member users regardless of their entitlement status.|
3939
| excludeGroups | query | false | Default value is `false`. When `true` is passed the response will exclude the `groups` array from being returned for each individual user. See [example](#getUsersWithNoGroupsExample). |
40+
| X-UMAPI-Usertype-Unknown | header | false | Set this to `true` if you need the user `type` field to return `unknown` |
4041
{:.bordertablestyle}
4142

4243
## <a name="responses" class="api-ref-subtitle">Responses</a>

docs/en/api/getUsersWithPage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ __Throttle Limits__: Maximum 25 requests per minute per a client. See [Throttlin
3434
| X-Request-Id | header | false | {% include_relative partials/requestIdDescription.md %} |
3535
| domain | query | false | Retrieves users from a domain linked to an organization through the Trusted Domain relationship. |
3636
| directOnly | query | false | {% include_relative partials/directOnlyDescription.md %} |
37+
| X-UMAPI-Usertype-Unknown | header | false | Set this to `true` if you need the user `type` field to return `unknown` |
3738
{:.bordertablestyle}
3839

3940
## <a name="responses" class="api-ref-subtitle">Responses</a>

docs/en/index.md

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

1212
<h2>News</h2>
1313
<div class="isa_info">
14+
<p><strong>Mar 16, 2026</strong>: If you need to resolve a user type to `unknown` rather than one of `Adobe ID`, `Federated ID`, `Enterprise ID`, you can now pass in a header value `X-UMAPI-Usertype-Unknown: true`. This will then ensure that for those users who show as "Not available" can be correctly distinguished, without changing the current expectations of clients.</p>
15+
<hr class="api-ref-rule">
1416
<p><strong>Feb 6, 2026</strong>: The fix from Feb 3 to correctly resolve user type as `unknown` when the account shows as "Not available" in Admin Console has been reverted due to an issue impacting User Sync Tool customers. A new date for this fix will be announced in the near future.</p>
1517
<hr class="api-ref-rule">
1618
<p><strong>Feb 3, 2026</strong>: Deployment scheduled to fix the wrong identity type showing for impacted Business IDs that lost their auth account through permanent removal in the main (domain owning) Organisation. The previous type was showing "adobeID" and now it shows "unknown".

0 commit comments

Comments
 (0)