Skip to content

Commit

Permalink
Automated commit by github action: 8573644978
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-relations-sp committed Apr 5, 2024
1 parent 6da90ee commit 136f181
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
14 changes: 9 additions & 5 deletions static/api-specs/idn/beta/paths/account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -180,4 +184,4 @@ delete:
"429":
$ref: "../../v3/responses/429.yaml"
"500":
$ref: "../../v3/responses/500.yaml"
$ref: "../../v3/responses/500.yaml"
18 changes: 8 additions & 10 deletions static/api-specs/idn/v3/paths/account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,15 @@ patch:
- Accounts
summary: Update Account
description: >-
Use this API to update the account with a PATCH request.
This endpoint can only modify these fields:
This updates account details.
A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.
* `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:
Expand Down

0 comments on commit 136f181

Please sign in to comment.