Venue ID API: User Methods: get_pending

Purpose

This method allows an admin user to get the details of a pending user. Use get to get the details of an active user. You must supply a valid email.

URLs

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

Input

Required Arguments
user_email For authentication
user_password For authentication
email Email address of the user you want details of

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

Output

Errors will be returned in the form of an error document.

Sample XML Output
<?xml version="1.0" encoding="UTF-8"?>
<user email="dave@yahoo.com">
  <name>David Davis</name>
  <company></company>
  <tel>01234 567890</tel>
  <web_address></web_address>
  <about></about>
  <notify>0</notify>
</user>