API Documentation

Get Methods » GetSubscriberDetails

This method returns the details for a specified subscriber

Required paramaters: standard, SubscriberId

Optional paramaters: standard

For master account Key/Signature pair, the paramater UserId is also required.

Example Response (XML)

<Subscriber>
	<subscriber_id>203</subscriber_id>
	<username>johndoe1</username>
	<plainTextPass>barney123</plainTextPass>
	<first_name>John</first_name>
	<last_name>Doe</last_name>
	<email><johndoe65@hotmail.com</email>
	<email_verified>0</email_verified>
	<verify_email_sent>3</verify_email_sent>
	<address>123 Lane Blvd.</address>
	<address2>Unit 4</address2>
	<city>Springfield</city>
	<state>OH</state>
	<country>US</country>
	<zip>19543</zip>
	<phone>555-123-4543</phone>
	<opt_in>1</optin>
	<current_paid_subscriber>0</current_paid_subscriber>
	<user_defined_1>2011-10-01</user_defined_1>
	<user_defined_2/>
	<user_defined_3/>
	<modified>2010-04-08 16:06:24</modified>
	<created>2010-03-19 16:43:32</created>
	<last_login>2010-09-12 12:41:02/last_login>
</Subscriber>

Definitions

plainTextPass:
This is the subscriber's password in plain text. The encrypted password is used for authenticating and is not displayed.