This API provides access to user data in the ForestCRM system.
The request format is:
https://app.forestcrm.hu/api/xml/<API KEY>/users
Request parameters: none
All users for the tenant are returned.
https://app.forestcrm.hu/api/xml/demo/users
Response conforms the attached XSD.
<users> <user id="4145"> <updated>2010-12-29T00:00:00+01:00</updated> <name>Alan Shephard</name> <role>manager</role> <email>alan@somepartner.com</email> <enabled>true</enabled> </user> <user id="7112"> <updated>2011-08-29T00:00:00+01:00</updated> <name>Mary Lou</name> <role>salesrep</role> <email>mary@somepartner.com</email> <enabled>false</enabled> </user> </users>