GetUsersToNotify
Retrieves the list of users to notify about completed jobs.
Request schema
<xsd:complexType="GetUsersToNotify"/>
Response schema
<xsd:complexType name="GetUsersToNotifyResponse">
<xsd:sequence>
<xsd:element name="Users" type="typens:ArrayOfString"/>
</xsd:sequence>
</xsd:complexType>
Response elements
Users
The list of users to notify.