Add User
Description:
This requests adds a new user in the Users module. The user details will be used by all applications the user is subscribed to
Example:
Request:
https://global.atlasct.com/lbs/lbs?
Response:
<?xml version="1.0" encoding="UTF-8"?>
<lbs>
<response-status code="100">
<text>OK</text>
<message>Request successfully completed.</message>
</response-status>
<session timeout="3600000">m9k36hNcFOcXSnz3owTBlY7jEQkV3+ZYlFNkhbOp7Ko3W6XIMyhhieHVM27dGbCsjrUH
ETwXasY</session>
<user id="l7540aZ9">
<firstname><![CDATA[John]]></firstname>
<lastname><![CDATA[Doe]]></lastname>
<username><![CDATA[johnd]]></username>
<email><![CDATA[johnd@abc.com]]></email>
<phone-number><![CDATA[97211111111]]></phone-number>
<country><![CDATA[Israel]]></country>
<gender><![CDATA[M]]></gender>
<birthday><![CDATA[315550800000]]></birthday>
<field1><![CDATA[]]></field1>
<field2><![CDATA[]]></field2>
<field3><![CDATA[]]></field3>
<presence location-permission="0">
<status code="ONLINE">Online</status>
<nickname><![CDATA[]]></nickname>
<personnal-message><![CDATA[]]></personnal-message>
</presence>
</user>
</lbs>