Update a profile

Update information in your profile.

Parent and child accounts

In a parent and child account environment, 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.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • Identity and access permissions. Your user needs a role with these permissions. Learn more.

    • Permissions: update_profile
  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: account:read_write

CLI

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

Learn more

Language
Credentials