LFUser element
Type: | LFUser |
Namespace: | http://api.lfopen.lfconnect.com/v1/user |
XML Schema: | user.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<LFUser xmlns="http://api.lfopen.lfconnect.com/v1/user">
<age xmlns="">...</age>
<firstName xmlns="">...</firstName>
<lastName xmlns="">...</lastName>
<nickName xmlns="">...</nickName>
<gender xmlns="">...</gender>
<emailAddress xmlns="">...</emailAddress>
<height xmlns="">...</height>
<heightUnit xmlns="">...</heightUnit>
<weight xmlns="">...</weight>
<weightUnit xmlns="">...</weightUnit>
<preferredUnit xmlns="">...</preferredUnit>
<createdOn xmlns="">...</createdOn>
</LFUser>
Example JSON
{
"age" : ...,
"firstName" : "...",
"lastName" : "...",
"nickName" : "...",
"gender" : "...",
"emailAddress" : "...",
"height" : ...,
"heightUnit" : "...",
"weight" : ...,
"weightUnit" : "...",
"preferredUnit" : "...",
"createdOn" : "..."
}