---
title: "Updates an account."
method: PUT
path: "/account"
tags: ["Account"]
---

# Updates an account.

`PUT /account`

## Request body

- Account — Represents a customer account in the RevelDigital platform. An account is the top-level entity that owns devices, media, playlists, templates, and schedules.
  - `id` string, nullable — The account id
  - `name` string, nullable — The account name
  - `tags` string, nullable — Tags associated with this account
  - `business_name` string, nullable — The business name
  - `address_1` string, nullable — The address line 1
  - `address_2` string, nullable — The address line 2
  - `city` string, nullable — The city
  - `state` string, nullable — The state
  - `postal_code` string, nullable — The postal code
  - `country` string, nullable — The country
  - `phone` string, nullable — The phone number
  - `fax` string, nullable — The fax number
  - `primary_contact_id` string, nullable — The primary contact user id
  - `secondary_contact_id` string, nullable — The secondary contact user id
  - `created_on` string, date-time, nullable — The created on date
  - `timeZone` string, nullable — The time zone
  - `logo_url` string, nullable — The logo url

## Response `201`

If account was updated successfully

## Other responses

- `204` — No Content
- `400` — If the account API key is invalid

---

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