provider Accounts PATCH
/accounts/{account_id} @utdk/front
/accounts/{account_id} Update account
Updates an account.
Required scope: `accounts:write`
- account_id path required
- The Account ID. Alternatively, you can supply the account domain or external ID as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1).
- string
Try it
Authentication
Configure credentials for Core API
Code snippet
Updates live as you fill in the form above.
TypeScript
import front from '@utdk/front';
await front.updateAccount({
"account_id": "acc_123"
})