<DoppelMe>
<DoppelMeKey>DM123456ABC</DoppelMeKey>
<PartnerUserID>USER1</PartnerUserID>
<ValidationKey>ABCDEFGHIJKL123456</ValidationKey>
<DoppelMeCoins>1</DoppelMeCoins>
<GroupKey>DG123456ABC</GroupKey>
<StatusCode>0</StatusCode>
<StatusInfo>All ok</StatusInfo>
<Registered>N</Registered>
<DoppelMeNames>
<DoppelMeName name="name1">DM123456ABC</DoppelMeName>
<DoppelMeName name="name2">DM456789XYZ</DoppelMeName>
</DoppelMeNames>
</DoppelMe>
StatusCode | A non-zero status code indicates an error with the api call
|
StatusInfo | If a non-zero status code is returned, the StatusInfo provides additional information about the error |
Registered | A Y or N flag that indicates whether this user is registered through the DoppelMe site |
GroupKey | If this user has created a group, this is the key for that group |
DoppelMeCoins | Indicates the number of DopplMe Coins this user has |
DoppelMeKey | The "primary" avatar that this user has set up with this Partner. As a partner you should save this key in your own database for your user rather than request it each time via the API |
PartnerUserID | This is the ID that this user has with the partner site. |
DoppelMeNames | A list of all the DopplMe avatars that this user has created |
ValidationKey | This is an id that is unique to this user. This id is required when setting up the iframe interface on your website. |