circle-info
Squadcast is now SolarWinds Incident Response

V3UsersUserResponse

Example Usage

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

let value: V3UsersUserResponse = {
  id: "<id>",
  firstName: "Deangelo",
  lastName: "Jast",
  usernameForDisplay: "<value>",
  email: "[email protected]",
  contact: {
    dialCode: "<value>",
    phoneNumber: "810.200.6694 x80452",
  },
  secondaryEmails: [
    "<value 1>",
    "<value 2>",
    "<value 3>",
  ],
  emailVerified: true,
  timeZone: "Europe/Sofia",
  title: "<value>",
  bio: "<value>",
  notificationRules: [],
  userImage: false,
};

Fields

Field
Type
Required
Description

id

string

✔️

N/A

firstName

string

✔️

N/A

lastName

string

✔️

N/A

usernameForDisplay

string

✔️

N/A

email

string

✔️

N/A

contact

✔️

N/A

secondaryEmails

string[]

✔️

N/A

emailVerified

boolean

✔️

N/A

timeZone

string

✔️

N/A

title

string

✔️

N/A

bio

string

✔️

N/A

notificationRules

✔️

N/A

userImage

boolean

✔️

N/A

roleId

string

N/A

role

string

N/A

Last updated