SoapFindTeamMember data structure

Element

Description

Type

Occurrences

active

Indicates whether the Team member is active

Boolean

1

delay

How long (in minutes) to wait before notifying this member

integer

1

description

Description of the Team member

string

1

escalation

Escalation

integer

1

inRotation

Indicates whether the Team member is included in the rotation cycle

Boolean

1

name

Name of the Team member

string

1

type

Type of member; can be one of PERSON, GROUP, TEAM, DEVICE, or DYNAMIC_TEAM

string

1

Specification:

<xs:complexType name="SoapFindTeamMember">

  <xs:sequence>

    <xs:element name="active" type="xs:boolean"/>

    <xs:element name="delay" type="xs:int"/>

    <xs:element name="description" nillable="true" type="xs:string"/>

    <xs:element name="escalation" type="xs:int"/>

    <xs:element name="inRotation" type="xs:boolean"/>

    <xs:element name="name" nillable="true" type="xs:string"/>

    <xs:element name="type" nillable="true" type="xs:string"/>

  </xs:sequence>

</xs:complexType>

Example