Get a list of users in the notification list. See createNotifyRequest. --For GroupWise 8.0 SP1 and later.
<getNotifyListRequest/>
<getNotifyListResponse> <list type=”types:NotifyList”/> <status type=”types:Status”/> </getNotifyListResponse>
List of NotifyEntry elements.
Specifies the error number related to the request. 0 indicates that the request was successful.
Returns the success or failure of the method.
<getNotifyListRequest/>
<getNotifyListResponse>
<list>
<entry>
<displayName>Craig Johnson</displayName>
<email>cjohnson.PO1.domain@prestons.provo.novell.com</email>
<uuid>AD712880„0B55„0000„B976„8E90E5B002BD</uuid>
<id>48CE5C4E.domain.PO1.100.1776172.1.2C86.1@78</id>
<rights>
<alarm>1</alarm>
<notification>1</notification>
</rights>
</entry>
<entry>
<displayName>Preston Stephenson</displayName>
<email>pstephenson.PO1.domain@prestons.provo.novell.com</email>
<id>45080216.domain.PO1.100.1776172.1.22.1@78</id>
<rights>
<alarm>1</alarm>
<notification>1</notification>
</rights>
</entry>
</list>
<status>
<code>0</code>
</status>
</getNotifyListResponse>