Reseller

Update Account

Updates the details of a specific account.

patch/v1/accounts/{account_id}

Path parameters

account_idinteger required

Request body

namestring

Name of the account

subdomainstring

Subdomain this account will use to access the Huntress portal

phone_numberstring

Primary phone number used to contact account owner

support_type'huntress_supported' | 'partner_supported'

Specifies whether a reseller account is managed by the partner or by Huntress.

NOTE: This field is only applicable for Managed Resellers. For all other types of resellers, there is only one valid support type, so it cannot be updated.

Response

Update Account

Example response

{
  "account": {
    "id": 1,
    "name": "Your Account",
    "subdomain": "exampleaccount",
    "status": "enabled",
    "support_type": "huntress_supported",
    "neighborhood_watch": {
      "edr": 10,
      "ispm": 10,
      "itdr": 10,
      "sat": 10,
      "siem": 10
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.