Venue ID API: User Methods: list_pending

Purpose

This method allows an authenticated admin user to list all users which have a pending status.

URLs

Live: http://api.ives.info/rest/users/list_pending

Input

Required Arguments
user_email For authentication
user_password For authentication

Sample Request
http://api.ives.info/rest/users/list_pending?user_email=user@domain.com&user_password=fak3passw0rd

Output

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>