# Update Account Information **POST /account** Updates the stored contact and billing information we have in our system with the provided data. This endpoint allows you to manage various user details, including contact information and account security. - Use the `GET` method to retrieve your account information. - Use the `POST` method to update your stored contact and billing information. ## Servers - Live API Endpoint: https://my.interserver.net/apiv2 (Live API Endpoint) ## Authentication methods - Api key auth - Session id header auth - Session id cookie auth ## Parameters ### Body: application/json (object) - **name** (string) Your name. - **company** (string) Your company name. - **address** (string) Your address. - **address2** (string) Additional address information. - **city** (string) Your city. - **state** (string) Your state. - **zip** (string) Your ZIP code. - **country** (string) Your country. - **phone** (string) Your phone number. - **locale** (string) Your preferred locale. - **email_invoices** (string) Your email for invoice notifications. - **email_abuse** (string) Your email for abuse notifications. - **disable_reset** (boolean) Set to `true` to disable account resets, or `false` to enable them. - **disable_reinstall** (boolean) Set to `true` to disable server reinstalls, or `false` to enable them. - **disable_server_notifications** (boolean) Set to `true` to disable server notifications, or `false` to enable them. - **disable_email_notifications** (boolean) Set to `true` to disable email notifications, or `false` to enable them. - **gstin** (string) Your GST identification number (if applicable). ## Responses ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) ### default Default response [Powered by Bump.sh](https://bump.sh)