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

TeamsGetAllTeamMembersResponse

The request has succeeded.

Example Usage

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

let value: TeamsGetAllTeamMembersResponse = {
  data: [
    {
      userId: "<id>",
    },
  ],
};

Fields

Field
Type
Required
Description

data

✔️

N/A

Last updated