SoapGroupParameter data structure

Element

Description

Type

Occurrences

active

Indicates whether the Group is active or inactive

Boolean

1

allowDuplicates

Indicates whether the Group allows duplicate members

Boolean

1

description

Group's description

string

1

externallyOwned

Indicates whether the Group is controlled by an external source

Boolean

1

name

Group's name

string

1

observedByAll

Indicates whether the Group can be observed by all Roles

Boolean

1

observers

Group observer Roles

SoapObserverList

1

site

Site associated with the Group

string

1

supervisors

List of Group's supervisors

SoapSupervisorList

1

timeZone

Time zone associated with the Group

string

1

useDefaultDevices

Indicates whether the Group is flagged to use the member's default Devices

Boolean

1

Specification:

<xs:complexType name="SoapGroupParameter">

  <xs:sequence>

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

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

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

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

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

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

    <xs:element name="observers" nillable="true" type="ns:SoapObserverList"/>

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

    <xs:element name="supervisors" nillable="true" type="ns:SoapSupervisorList"/>

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

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

  </xs:sequence>

</xs:complexType>

Example