update-account
Update an existing account's profile by providing account ID and updated fields like email, first name, last name.
Instructions
Update an existing account profile. Billforward uses PUT for updates, so pass all relevant profile fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | Yes | The updated profile fields | |
| accountId | Yes | The UUID of the account to update |