v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
accountManagement

Update account subdomain.

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

put/v1/account/subdomain

Request body

subdomainstring required

The new subdomain.

Example request

{
  "subdomain": "my-company"
}

Response

The updated subdomain's definition.

createdAtstring date-time required

Creation timestamp in UTC in RFC3339 format.

createdBystring required

Identifier of the user who created the resource.

modifiedAtstring date-time required

Last modification timestamp in UTC.

modifiedBystring required

Identifier of the user who last modified the resource.

subdomainstring required

The new subdomain.

urlstring required

Login URL corresponding to the subdomain.

Example response

{
  "subdomain": "my-company",
  "url": "https://your-company.sumologic.com"
}