PUT
/
reseller
/
teams
/
{teamId}
curl --request PUT \
  --url https://partners.clerk.chat/reseller/teams/{teamId} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "tier": "fraud",
  "microsoftTenantId": "<string>",
  "tierSku": "<string>",
  "purchaseOrder": "<string>"
}'
{
  "id": "<string>",
  "name": "<string>",
  "tier": "fraud",
  "externalId": "<string>",
  "created": "2023-11-07T05:31:56Z",
  "updated": "2023-11-07T05:31:56Z",
  "inboxCount": 123,
  "userCount": 123,
  "planTier": {
    "name": "<string>",
    "externalId": "<string>"
  }
}

Path Parameters

teamId
string
required

Body

application/json

Response

200
application/json

The response is of type object.