---
title: "Update account subdomain."
method: PUT
path: "/v1/account/subdomain"
tags: ["accountManagement"]
---

# Update account subdomain.

`PUT /v1/account/subdomain`

Update a subdomain. Only the Account Owner can update the subdomain.

## Request body

- ConfigureSubdomainRequest
  - `subdomain` string, required — The new subdomain.

## Response `200`

The updated subdomain's definition.

- SubdomainDefinitionResponse
  - `createdAt` string, date-time, required — Creation timestamp in UTC in [RFC3339](https://tools.ietf.org/html/rfc3339) format.
  - `createdBy` string, required — Identifier of the user who created the resource.
  - `modifiedAt` string, date-time, required — Last modification timestamp in UTC.
  - `modifiedBy` string, required — Identifier of the user who last modified the resource.
  - `subdomain` string, required — The new subdomain.
  - `url` string, required — Login URL corresponding to the subdomain.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/e4e4c7554890/schema)
