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

TeamsUpdateTeamMemberResponse

The request has succeeded.

Example Usage

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

let value: TeamsUpdateTeamMemberResponse = {
  data: {
    userId: "<id>",
  },
};

Fields

Field
Type
Required
Description

data

✔️

N/A

Last updated