UsersDeleteUserRequest
Example Usage
import { UsersDeleteUserRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";
let value: UsersDeleteUserRequest = {
userId: "<id>",
swapUserId: "<id>",
suppressIncidents: true,
reassignIncidents: true,
};Fields
Field
Type
Required
Description
userId
string
✔️
N/A
swapUserId
string
✔️
N/A
suppressIncidents
boolean
✔️
N/A
reassignIncidents
boolean
✔️
N/A
Last updated