mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
Automated commit 'ARSENAL-21107 Update docs for PATCH /accounts (#1552)' by github action: 8573641220
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user