Automated commit 'ARSENAL-21107 Update docs for PATCH /accounts (#1552)' by github action: 8573641220

This commit is contained in:
GitHub Action Bot
2024-04-05 17:38:11 +00:00
parent b745b313a0
commit 4c388edc6d
2 changed files with 17 additions and 15 deletions

View File

@@ -42,11 +42,15 @@ patch:
- Accounts
summary: Update Account
description: >-
Use this endpoint to update an account with a PATCH request.
This updates account details.
A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
The request must provide a JSONPatch payload.
A token with ORG_ADMIN authority is required to call this API.
This endpoint supports updating an account's correlation. It can only modify the identityId and manuallyCorrelated
attributes. To re-assign an account from one identity to another, replace the current identityId with a new value.
If the account you're assigning was provisioned by IdentityNow, it's possible IdentityNow could create a new account
for the previous identity as soon as the account is moved. If the account you're assigning is authoritative,
this will cause the previous identity to become uncorrelated and could even result in its deletion. All accounts
that are are reassigned will be set to manuallyCorrelated: true.
security:
- UserContextAuth: [idn:accounts:manage]
parameters:

View File

@@ -42,17 +42,15 @@ patch:
- Accounts
summary: Update Account
description: >-
Use this API to update the account with a PATCH request.
This updates account details.
A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
This endpoint can only modify these fields:
* `identityId`
* `manuallyCorrelated`
The request must provide a JSONPatch payload.
A token with ORG_ADMIN authority is required to call this API.
This endpoint supports updating an account's correlation. It can only modify the identityId and manuallyCorrelated
attributes. To re-assign an account from one identity to another, replace the current identityId with a new value.
If the account you're assigning was provisioned by IdentityNow, it's possible IdentityNow could create a new account
for the previous identity as soon as the account is moved. If the account you're assigning is authoritative,
this will cause the previous identity to become uncorrelated and could even result in its deletion. All accounts
that are are reassigned will be set to manuallyCorrelated: true.
security:
- UserContextAuth: [idn:accounts:manage]
parameters: