NATS4 API Get Member Details
From TMM Wiki
Revision as of 13:25, 30 August 2010 by TMMStephenY2 (talk | contribs) (Created page with '{{NATS4 Manual | show_api_admin_section = true }} The Get Member Details API function is a feature in NATS4 that allows you to access your members' details out…')
The Get Member Details API function is a feature in NATS4 that allows you to access your members' details outside of the NATS system.
To use this function, you must make a SOAP call with the following parameters:
<?xml version="1.0" encoding="ISO-8859-1"?> <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:natsapiadmin_wsdl"> <SOAP-ENV:Body> <tns:get_member_details xmlns:tns="urn:natsapiadmin_wsdl"> </tns:get_member_details> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
This call will return all available details regarding members stored in NATS. You will not need to pass in any details when using this function, as this is simply retrieving member information.
This API function can be used similarly to the Adtool Types API function. For more information on API functions in general, please see our NATS4 API wiki article.