Activate Account

Activate the previously enabled Account object.

post
Path parameters
idstringRequired
Body
idstringOptional
auditall ofOptional
$metaall ofOptional
iconstring | nullableOptional
externalIdsall ofOptional
externalIdstring · min: 1 · max: 250Required
externalNamestring | nullableOptional
typeall ofOptional
string · enumOptionalPossible values:
statusall ofOptional
string · enumOptionalPossible values:
serviceLevelall ofOptional
string · enumOptionalPossible values:
addressall ofOptional
technicalSupportEmailstring · email | nullableOptional
websitestring | nullableOptional
descriptionstring | nullableOptional
namestring · min: 1 · max: 500Required
eligibilityall ofOptional
Responses
200
OK
application/json
post
POST /public/v1/accounts/accounts/{id}/activate HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 723

{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-06-27T14:06:55.464Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-06-27T14:06:55.464Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalIds": {
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "externalId": "text",
  "externalName": "text",
  "type": "text",
  "status": "text",
  "serviceLevel": "text",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "technicalSupportEmail": "[email protected]",
  "website": "text",
  "description": "text",
  "name": "text",
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "eligibility": {
    "client": true,
    "partner": true
  }
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-06-27T14:06:55.464Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-06-27T14:06:55.464Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "icon": "text",
  "externalIds": {
    "pyraTenantId": "123e4567-e89b-12d3-a456-426614174000"
  },
  "externalId": "text",
  "externalName": "text",
  "type": "Client",
  "status": "Active",
  "serviceLevel": "Express",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "technicalSupportEmail": "text",
  "website": "text",
  "description": "text",
  "name": "text",
  "groups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "logo": "text",
      "isDefault": true
    }
  ],
  "eligibility": {
    "client": true,
    "partner": true
  }
}

Last updated

Was this helpful?