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

UsersGetUserByIdResponse

The request has succeeded.

Example Usage

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

let value: UsersGetUserByIdResponse = {
  data: {
    id: "<id>",
    firstName: "Imelda",
    lastName: "Monahan",
    usernameForDisplay: "<value>",
    email: "[email protected]",
    contact: {
      dialCode: "<value>",
      phoneNumber: "810.200.6694 x80452",
    },
    secondaryEmails: [],
    emailVerified: false,
    timeZone: "Atlantic/Canary",
    title: "<value>",
    bio: "<value>",
    notificationRules: [],
    userImage: false,
  },
};

Fields

Field
Type
Required
Description

data

✔️

N/A

Last updated