This method allows an authenticated admin user to list all users which have a pending status.
| Required Arguments | |
|---|---|
| user_email | For authentication |
| user_password | For authentication |
http://api.ives.info/rest/users/list_pending?user_email=user@domain.com&user_password=fak3passw0rd
Errors will be returned in the form of an error document.
Sample XML Output<?xml version="1.0" encoding="UTF-8"?>
<list>
<total_items>2</total_items>
<users>
<email>dave@yahoo.com</email>
<email>bill@gmail.com</email>
</users>
</list>