Sample Response: XML

<?xml version="1.0" encoding="UTF-8"?>
<identity>
    <twitter>Twitter Handle</twitter>
    <fullName>Full Name</fullName>
    <ageRange>Age Range</ageRange>
    <gender>Gender</gender>
    <location>Location</location>
    <title>Job Title</title>
    <organization>Organization</organization>
    <linkedin>Linkedin Profile</linkedin>
    <bio>Bio</bio>
    <avatar>Avatar</avatar>
    <details>
        <interests>
            <name>Interest Name</name>
            <id>Interest Id</id>
            <affinity>Interest Affinity</affinity>
            <parentIds>Interest Parent Id</parentIds>
            <category>Interest Category</category>
        </interests>
        <profiles>
            <twitter>
                <username>Twitter Username</username>
                <userid>Twitter Userid</userid>
                <url>Twitter Handle</url>
                <bio>Twitter Bio</bio>
                <service>twitter</service>
                <followers>Number of Followers</followers>
                <following>Number Following</following>
            </twitter>
        </profiles>
        <photos>
            <label>twitter</label>
            <value>Photo Link</value>
        </photos>
        <name>
            <given>Given Name</given>
            <family>Family Name</family>
        </name>
        <age>
            <range>Age Range</range>
        </age>
        <gender>Gender</gender>
        <locations>
            <label>Location Label</label>
            <city>City</city>
            <region>Region</region>
            <country>Country</country>
            <countryCode>Country Code</countryCode>
            <formatted>Formatted Location</formatted>
        </locations>
        <education>
            <name>College Name</name>
            <degree>Education Degree</degree>
            <end>
                <year>End Year</year>
            </end>
        </education>
        <emails>
            <label>Email Label</label>
            <value>Email Address</value>
            <md5>Md5 Hash</md5>
            <sha256>Sha256 Hash</sha256>
        </emails>
        <employment>
            <name>Company Name</name>
            <current>Current</current>
            <title>Job Title</title>
            <start>
                <year>Start Year</year>
                <month>Start Month</month>
            </start>
            <end>
                <year>End Year</year>
                <month>End Month</month>
            </end>
        </employment>
        <topics>
            <name>Topic Name</name>
        </topics>
    </details>
</identity>