Skip to main content
POST
/
team
Search service provider teams
curl --request POST \
  --url https://api.wirespeed.co/team \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "size": 123,
  "page": 123,
  "filter": "<string>",
  "search": "<string>",
  "orderBy": "<string>",
  "orderDir": "asc",
  "onlyDemo": true,
  "onlyTestMode": true,
  "onlyOperatingTeam": true,
  "onlyEndpointAutoContainment": true,
  "onlyIdentityAutoContainment": true,
  "escalationEmailSource": "custom"
}
'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "demo": true,
      "testMode": true,
      "chatOpsEscalationDelayMinutes": 123,
      "identityAutoContainment": true,
      "endpointAutoContainment": true,
      "escalationEmails": [
        "<string>"
      ],
      "logoUrl": "<string>",
      "chatOpsSecondFactor": true,
      "chatOpsAccountLockedMessage": "<string>",
      "createdAt": "<string>",
      "richCaseNotifications": true,
      "managerChatOps": true,
      "emailSignature": "<string>",
      "chatOpsSubjectLine": "<string>",
      "notificationEscalationSeverity": "INFORMATIONAL",
      "autoSubscribeServiceProviderUsers": true,
      "sku": "identity",
      "isTrial": true,
      "chatOpsWelcomeMessage": "<string>",
      "platformName": "<string>",
      "maxChatOpsPerDay": 123,
      "maxAutoContainmentsPerDay": 123,
      "escalationSubjectLine": "<string>",
      "chatOpsWelcomeMessageInherited": true,
      "emailSignatureInherited": true,
      "chatOpsSubjectLineInherited": true,
      "chatOpsAccountLockedMessageInherited": true,
      "serviceProvider": true,
      "parentTeamName": "<string>",
      "parentTeamId": "<string>",
      "operatingTeam": true,
      "useChatOpsOnboardingGroup": true,
      "chatOpsAllowBulkSmsInvite": true,
      "billableUsers": 123,
      "billableEndpoints": 123,
      "teamMembers": 123,
      "supportEmail": "<string>",
      "address": "<string>",
      "skuStartDate": "<string>",
      "skuEndDate": "<string>"
    }
  ],
  "totalCount": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
size
number
page
number
filter
string
orderBy
string
orderDir
enum<string>
Available options:
asc,
desc
onlyDemo
boolean

Only include demo clients

onlyTestMode
boolean

Only include test mode clients

onlyOperatingTeam
boolean

Only include clients marked as operating teams

onlyEndpointAutoContainment
boolean

Only include clients with endpoint auto containment enabled

onlyIdentityAutoContainment
boolean

Only include clients with identity auto containment enabled

escalationEmailSource
enum<string>

Filter by escalation email source

Available options:
custom,
inherited

Response

data
object[]
required

Array of team objects

totalCount
number
required

Total number of teams matching the search criteria