Get User Detail in Company API
Require Authentication
This API is used to get specific user detail for the company based on combination of deviceID and token.
Only users that have module "user_and_roles_menu" in their role/department (currently only Administrator) can view user detail
URL
api/companies/userdetail/:userID
Required parameter (in URL)
- :userID «contains userID that want to be looked for. It must be put in the URL, e.g: api/companies/userdetail/2»
Required parameter (POST)
- deviceID
- token
Optional parameter
Example JSON Payload
{ "deviceID": "ABCD-EFGH-IJKL-MNOP", "token": "bb602ab13b8090268cd6e3bb9dfa39e2" }
Possible return HTTP status code
- 200
- 401
- 404
- 405
Return message
{ "status": "success", "message": { "profile": { "userID": 3, "username": "indr4_winata@yahoo.com", "firstName": "Indra", "lastName": "Winata", "phone": "+62 8123369909", "mobile": "+62 8123369909", "profilePicture": "http:\/\/localhost\/mapmybins\/assets\/uploads\/profilepicture\/3\/1118ff577ea7691b8d525f7d6266fe09.jpg", "createdDate": 1446208931, "active": "Y", "timezoneOffset": 420, "timezoneName": "Asia\/Jakarta", "isEmailVerified": "N", "departmentID": 1, "departmentName": "Administrator" }, "company": { "companyID": 1, "companyName": "Test Company", "companyLogoURL": "http:\/\/localhost\/mapmybins\/assets\/uploads\/companylogo\/1\/032eec69820a6250734b00ce34ae92f2.jpg", "companyAddress1": "Anggrek Cakra 12", "companyAddress2": "", "companyCity": "Jakarta Barat", "companyState": "Jakarta", "companyCountry": "Indonesia", "companyZipCode": "", "companyLatitude": -6.202315807343, "companyLongitude": 106.78104400635, "companyPhone": "+12 3456789", "companyFax": "+12 3456789", "companyWebsite": "http:\/\/www.google.com", "expiredDate": 1458493199, "default_currencyCode": "AUD", "default_paymentPeriod": "monthly", "licenseTypeID": 1, "licenseTypeName": "Town" } } }
Note:
"timezoneOffset" contains user time differences to UTC in minutes. For example, if it is 420, it means that it is UTC +7 hour (420 minutes / 60 minutes × 1 hour = 7 hour)
"timezoneName" contains user timezone name as mentioned in http://php.net/manual/en/timezones.php