---
title: "Modify account information"
method: PUT
path: "/accounts/{user_id}"
tags: ["Accounts"]
---

# Modify account information

`PUT /accounts/{user_id}`

Modify personal information of your own account or your corporate member's account. user_id can be either self, or a subordinate's user_id. (Permitted scopes: **fax:all:edit**, **fax:member:edit**, **fax:user:edit**)

## Path parameters

- `user_id` string, required

## Request body

- PayloadAccountModification — Model for updating user account
  - `account_data` AccountData
    - `company_logo` string — File name of your company logo
    - `company_name` string — Your company name in case you are a corporate admin
    - `deactivation_reason` string
    - `default_file_type` 'tiff' | 'pdf' — File type
    - `role` string — Role of the account in the company
    - `save_history` boolean — Save fax CDRs in inbox status
  - `email` string — Account email address
  - `lastname` string — Your last name
  - `name` string — Your first name
  - `notifications` AccountNotifications — Account notification settings
    - `black_list` AccountNotificationsBlacklist
      - `uids` string[], required
    - `settings` AccountNotificationsSettings, required — Account notification settings
      - `email` AccountNotificationsEmailSettings, required — Email notification settings
        - `addresses` string[] — List of email addresses to send notifications to
        - `attachments` object — Email attachments settings
          - `confirmation_page` boolean
          - `receive_fax` boolean, required — Set to true if you want to receive new faxes as notification attachments
          - `send_fax` boolean, required — Set to true if you want to receive your sent fax as an attachment to the notification
        - `low_credit` boolean, required — Set to true if you want to receive notifications when your balance is low
        - `new_feature` boolean, required — Set to true if you want to receive notifications about our new features
        - `receive_fax` boolean, required — Set to true if you want to receive notifications about receiving faxes
        - `send_fax` boolean, required — Set to true if you want to receive notifications when your fax is being send
        - `voicemail` boolean, required — Set to true if you want to receive new voicemail notifications
      - `language` 'en' — Notifications language
      - `push_notifications` AccountNotificationsPushSettings, required — Push notification settings
        - `low_credit` boolean, required — Set to true if you want to receive notifications when your balance is low
        - `new_feature` boolean, required — Set to true if you want to receive notifications about our new features
        - `receive_fax` boolean, required — Set to true if you want to receive notifications about receiving faxes
        - `send_fax` boolean, required — Set to true if you want to receive notifications when your fax is being send
        - `voicemail` boolean, required — Set to true if you want to receive new voicemail notifications
      - `slack` AccountNotificationsSlackSettings — Slack notification settings
        - `receive_fax` 'with_attachment' | 'no_attachment' | 'off', required
        - `send_fax` 'with_attachment' | 'no_attachment' | 'off', required
        - `target_channel` string, required — Channel to send notifications
      - `sms` AccountNotificationsSmsSettings, required — SMS notification settings
        - `low_credit` boolean, required — Set to true if you want to receive notifications when your balance is low
        - `new_feature` boolean, required — Set to true if you want to receive notifications about our new features
        - `numbers` string[] — List of phone numbers to send SMS notifications to
        - `receive_fax` boolean, required — Set to true if you want to receive notifications about receiving faxes
        - `send_fax` boolean, required — Set to true if you want to receive notifications when your fax is being send
        - `voicemail` boolean, required — Set to true if you want to receive new voicemail notifications
  - `phone` string — Your account phone number
  - `profile_image` string — Profile image path
  - `settings` AccountSettings — Account settings
    - `caller_id_name` string — Account caller id name
    - `options` object
    - `send_fax` object
      - `retry` RetryOptions — Fax retry settings
        - `count` integer — Number of tries to send the fax
        - `delay` integer — Delay in seconds between two retries
      - `should_enhance` boolean — Enable text enhancement for faxes by default
      - `default_resolution` 'fine' | 'superfine' — Default fax resolution
      - `partially_sent_retry` boolean — Enable automatic retry for partially sent faxes
    - `should_enhance` boolean — Deprecated. Use settings.send_fax.should_enhance instead

## Response `204`

Modify account information

## Other responses

- `400` — Error object in case there's a problem with given data
- `500` — Error object in case there's a server error

---

[API](https://skmtc.net/fax/apis/fax-plus-rest-api.md) · [All operations](https://skmtc.net/fax/apis/fax-plus-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fax/fax-plus-rest-api/versions/c1afc85d2c15/schema)
