Export Mobile Users from MyMobileWorkers
The MyMobileWorkers platform will allow users to be created. These users will be allowed to access the mobile app to log job and invoice information remotely. For example, a trades person will be able to log into the app and provide information on recent jobs they've completed so their time can be accounted for internally in the company.
The API documentation provided by MyMobileWorkers is available from https://docs.mymobileworkers.com/index.php?title=Get_Mobile_Users.
This task will export all available mobile users from MyMobileWorkers in an XML format.
Settings
Connection
Required
The MyMobileWorkers connection to use. See the Connecting to MyMobileWorkers article for more information.
XML
<?xml version="1.0" encoding="utf-8"?>
<MyMobileWorkersData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MobileUsers>
<MobileUser>
<username>ChrisBaker1</username>
<email>[email protected]</email>
<color>7D8E60</color>
</MobileUser>
<MobileUser>
<username>zynktester</username>
<email />
<color>000aff</color>
</MobileUser>
</MobileUsers>
</MyMobileWorkersData>