User Guide
report-bulk-users 93
report-bulk-users
Availability
Breeze 5.
Description
Returns information about all users in an account. Remember to use filters to limit your results.
For example, the following call returns in ascending order all users who have the letters “Jo” in
their name:
http://admin.ibreeze.macromedia.com/api/xml?action=report-bulk-users&sort-
name=asc&filter-like-name=Jo
Parameters
None.
Filters
The following table lists the fields on which the data can be filtered and sorted:
Caution: In Breeze 5, you can’t filter the type field for a specific value; you must use the like modifier.
For example, in the following code the first line throws an exception, but the second line executes
correctly:
http://breezeserver/api/xml?action=report-bulk-objects&filter-
type=presentation
http://breezeserver/api/xml?action=report-bulk-objects&filter-like-
type=presentation
Returned elements
report-bulk-users
Sample results
<results>
<status code="ok" />
<report-bulk-users>
<row principal-id="181231">
<login>nson@macromedia.com</login>
<name>Nathan Son</name>
<email>nson@macromedia.com</email>
<manager>cberet@macromedia.com</manager>
Field Filter/Sort
email
Filter and sort
login
Filter and sort
manager
Filter and sort
name
Filter and sort
principal-id
Filter and sort
type
Filter and sort