Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

TeamsAddBulkTeamMemberResponse

The request has succeeded.

Example Usage

import { TeamsAddBulkTeamMemberResponse } from "@solarwinds/squadcast-sdk-typescript/models/operations";

let value: TeamsAddBulkTeamMemberResponse = {
  data: {
    teamId: "<id>",
    members: [
      {},
    ],
  },
};

Fields

Field
Type
Required
Description

data

✔️

N/A

Last updated