User Guide
218 Chapter 5: XML Results Reference
Example
<url-path>/r99718924/<url-path>
user (common-info)
Description
Container tag; contains information about a user.
Attributes
user-id
The ID of the user.
Contained tags
login
, name
Returned by
common-info
Example
<user user-id="503562">
<name>Greg Erweck</name>
<login>gerweck@example.com</login>
</user>
user (user-accounts)
Description
Container tag; contains information about a user and an account.
Attributes
user-id
The ID of the user.
account-id The ID of an account.
Contained tags
date-expired, name
Returned by
user-accounts
Example
<user user-id="211729" account-id="211655">
<name>james@example.com</name>
<date-expired>2004-01-24T00:59:59.000-07:00</date-expired>
</user>