ENTERPRISE
Connector.Account
MULTI_TENANT
Update account
Accepts an object of properties to be updated.
put/connector/users/{externalUserId}/accounts/{externalAccountId}
Path parameters
externalUserIdstring required
External identifier for the user.
externalAccountIdstring required
External identifier for the account.
Request body
Example request
{
"availableCredit": 20000,
"exclusion": "PFM_AND_SEARCH",
"name": "My savings account",
"type": "CREDIT_CARD"
}Response
Account updated.
Changes
No recorded changes to this endpoint across all 11 revisions of this API.