---
title: "Update existing account"
method: POST
path: "/account/{id}"
tags: ["Account"]
---

# Update existing account

`POST /account/{id}`

Update existing account

## Path parameters

- `id` string, required

## Response `200`

Account Response

- object
  - `_meta` object — Response Metadata
  - `data` object — Response Payload
    - `aid` integer
    - `billing_organization_id` string
    - `created` string
    - `created_by_user_id` string
    - `deleted` boolean
    - `description` string
    - `domain` string
    - `email` string
    - `entitlement_plans` ModelsEntitlementPlan[]
      - `created` string — creation date of the entitlement plan
      - `created_by` string — ID of user that created this entitlement plan
      - `end_date` string — end date of term, entitlement applies between this and start_date
      - `id` string — plan id
      - `inbound_entitlement` integer — entitlement amount per term (month or year)
      - `outbound_entitlement` integer — entitlement amount per term (month or year)
      - `start_date` string — start date of term, entitlement applies between this and end_date
      - `term_type` string — type of term, monthly or annually
      - `updated` string — updated date of the last change to this entitlement plan
      - `updated_by` string — ID of the last user that updated this entitlement plan
    - `entity` unknown
    - `expires` string
    - `features` object
    - `fid` string
    - `id` string
    - `name` string
    - `organization_id` string
    - `packages` object
    - `parent_id` string
    - `parentaid` integer
    - `partner_id` string
    - `partner_slug` string
    - `permanent` boolean
    - `provider_id` string
    - `pubusers` boolean
    - `roles_available` ModelsRolePolicy[]
      - `can_be_assigned` boolean
      - `can_be_shown` boolean
      - `description` string
      - `name` string
      - `permissions` object
      - `slug` string
      - `type` string
    - `status` string
    - `tags` string[]
    - `timezone` string
    - `two_factor_auth` boolean
    - `type` string
    - `updated` string
  - `request_id` string
  - `status` integer — HTTP Status Code

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

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