latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
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.