How to obtain the guest list in Breeze using the XML API
Issue
A common request is how to obtain a list of all the guests on the Breeze server using the XML API.
Solution
The following XML API call can be used to obtain the guest list:
http://{breezeserver}/api/xml?action=report-bulk-users&filter-like-type=guest
Below is an example of the output:
?<results><status code="ok"/> ?<report-bulk-users> ?<row principal-id="123456"><login>jdoe@someisp.com</login><name>John Doe</name><email> jdoe@someisp.com </email><type>guest</type></row></report-bulk-users></results>
This content requires Flash
To view this content, JavaScript must be enabled, and you need the latest version of the Adobe Flash Player.
Download the free Flash Player now!
