---
title: "Updates account information/settings"
method: PUT
path: "/v1/account"
tags: ["uncategorized"]
---

# Updates account information/settings

`PUT /v1/account`

## Request body

- AccountRequest
  - `signature` string — signature
  - `signatureEnabled` boolean — signature enabled?
  - `defaultMsisdn` string — default MSISDN
  - `messageLimit` integer — message limit for timegap
  - `messageLimitTimegap` string — limit timegap (hour, day, week, month, year)

## Response `200`

OK

- AccountResponse
  - `signature` string — signature
  - `signatureEnabled` boolean — signature enabled?
  - `defaultMsisdn` string — default MSISDN
  - `messageLimit` integer — message limit for timegap
  - `messageLimitTimegap` string — limit timegap (hour, day, week, month, year)
  - `id` integer — account id
  - `username` string — username
  - `role` string — role
  - `smtpEnabled` boolean — SMTP enabled
  - `whatsappEnabled` boolean — Whatsapp enabled
  - `whatsappAdmin` boolean — Whatsapp admin
  - `smsEnabled` boolean — Sms enabled
  - `urlshortenerEnabled` boolean — Urlshortener enabled
  - `urlshortenerPersonalizedEnabled` boolean — Urlshortener personalized enabled
  - `smtpWhitelist` string[] — SMTP whitelist
  - `remoteSms` string — remote SMS
  - `httpForwardingAddress` string — HTTP forwarding address
  - `smtpForwardingAddress` string — SMTP forwarding address
  - `sentMessagesInTimegap` integer — Sent messages in timegap
  - `freeMessages` integer — Free messages
  - `active` boolean — active
  - `locale` string — set language locale
  - `contentCategory` string — content category
  - `verifiedMsisdn` string — verified msisdn
  - `urlshorteningTypeWhatsapp` string — urlshortening type whatsapp
  - `urlshorteningTypeSms` string — urlshortening type sms
  - `handleMoStop` boolean — handle mo stop?
  - `smppEnabled` boolean — smpp enabled?
  - `serviceAssistantEnabled` boolean — service assistant enabled?
  - `atmsCustomerFunctionsEnabled` boolean — atms customer functions enabled?
  - `simplesmsCustomerFunctionsEnabled` boolean — simplesms customer functions enabled?
  - `messengerEnabled` boolean — messenger functions enabled?
  - `bulkEnabled` boolean — bulk functions enabled?
  - `wabConfigured` boolean — wab configured?
  - `use16BitReference` boolean — use 16bit reference?
  - `convergedEnabled` boolean — converged enabled?
  - `hlrEnabled` boolean — hlr enabled?
  - `mfaEnabled` boolean — mfaEnabled
  - `links` Link[] — links
    - `rel` string
    - `href` string
  - `customer` CustomerResponse
    - `signature` string — signature
    - `optInCssUrl` string — optin css url
    - `optInCssContent` string — optin css content
    - `id` integer — customer id
    - `companyName` string — company name
    - `diallingCodeId` integer — dialing code
    - `siteId` integer — site id
    - `locale` string — site id locale
    - `trial` boolean — trial customer
    - `upgradeUrl` string — trial customer upgrade url
    - `status` string — status
    - `links` Link[] — links
      - `rel` string
      - `href` string
    - `validContractPayment` boolean — has valid contract payment?
    - `webappFastTemplatePickerEnabled` boolean — webappFastTemplatePickerEnabled
    - `maxSmsSegmentsForRestrictedInterfaces` integer — maxSmsSegmentsForRestrictedInterfaces
    - `metaWhatsappConditionsAccepted` boolean — metaWhatsappConditionsAccepted
    - `accountManager` AccountManagerResponse
      - `id` integer — id
      - `firstname` string — firstname
      - `surname` string — surname
  - `changeRequest` AccountResponse — recursive
  - `onboardingStatus` string — onboardingStatus

## Other responses

- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
