This method allows an admin user to get the details of an active user. Use get_pending to get the details of a pending user. You must supply a valid email.
| Required Arguments | |
|---|---|
| user_email | For authentication |
| user_password | For authentication |
| Email address of the user you want details of | |
http://api.ives.info/rest/users/get?user_email=user@domain.com&user_password=fak3passw0rd&email=dave@yahoo.com
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> <admin>0</admin> <notify>0</notify> </user>