accessHistory element
Type: | accessHistory |
Namespace: | (default namespace) |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<accessHistory>
<accountId>...</accountId>
<userName>...</userName>
<email>...</email>
<address>...</address>
<anonymous>...</anonymous>
<protocol>...</protocol>
<firstAccessTimestamp>...</firstAccessTimestamp>
</accessHistory>
Example JSON
{
"accountId" : "...",
"userName" : "...",
"email" : "...",
"address" : "...",
"anonymous" : false,
"protocol" : "...",
"firstAccessTimestamp" : ...
}