Update a profile

Update information in your Profile. This operation requires the account:read_write OAuth Scope.

Parent and child accounts

In a parent and child account environment, the following apply:

  • You can't edit the email for a child account parent user (proxy user). This value is fixed and set when you provision this environment.

linode-cli profile update \
  --email example-user@gmail.com \
  --timezone US/Eastern \
  --email_notifications true \
  --list_auth_method keys_only \
  --two_factor_auth true \
  --restricted false

<https://www.linode.com/docs/products/tools/cli/get-started/>
account:read_write

<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
Language
Credentials
Click Try It! to start a request and see the response here!