put https://api.linode.com//account
Updates contact and billing information related to your account. If you exclude any properties from the request, the operation leaves them unchanged.
When updating an account's
country
toUS
, you'll get an error if the account'szip
is not a valid US zip code.
Parent and child accounts
In a parent and child account environment, the following apply:
-
You can't change the
company
for a parent account. Akamai uses this value to set the name for a child account parent user (proxy user) on any child account. -
Child account users can't run this operation. These users don't have access to billing-related operations.
linode-cli account update \
--address_1 "123 Main St." \
--address_2 "Suite 101" \
--city Philadelphia \
--company My Company \ LLC \
--country US \
--email jsmith@mycompany.com \
--first_name John \
--last_name Smith \
--phone 555-555-1212 \
--state PA \
--tax_id ATU99999999 \
--zip 19102
<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
account:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>