Enable Licensee

Enable the previously disabled licensee object.

post
Path parameters
idstringRequired
Responses
200

OK

application/json
post
POST /public/v1/accounts/licensees/{id}/enable HTTP/1.1
Host: api.s1.today
Accept: */*
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-09-05T20:32:57.433Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-09-05T20:32:57.433Z",
      "by": "[Circular Reference]"
    },
    "disabled": {
      "at": "2025-09-05T20:32:57.433Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "revision": 1,
  "icon": "text",
  "name": "text",
  "externalId": "text",
  "status": "Active",
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "postCode": "text",
    "city": "text",
    "state": "text",
    "country": "text"
  },
  "useBuyerAddress": true,
  "description": "text",
  "account": {
    "id": "text",
    "revision": 1,
    "icon": "text",
    "type": "Client",
    "status": "Active",
    "name": "text"
  },
  "buyer": {
    "id": "text",
    "revision": 1,
    "icon": "text",
    "name": "text"
  },
  "seller": {
    "id": "text",
    "revision": 1,
    "icon": "text",
    "externalId": "text",
    "name": "text"
  },
  "eligibility": {
    "client": true,
    "partner": true
  }
}

Last updated

Was this helpful?