ManageEngine® Applications Manager ListUserDetails API |
||
This API is used to get user details such as the role of the user and username of the user.
http://[Host]:[Port]/AppManager/xml/ListUserDetails?apikey=[APIKEY]
The parameters involved in executing this API request are:
Field | Description |
apikey | The key generated using the Generate API Key option in the 'Admin' tab. |
http://app-windows:59090/AppManager/xml/ListUserDetails?apikey=93c6eb60184e41f10fba2f365060b8e3
Example Output:
<AppManager-response uri="/AppManager/xml/ListUserDetails"> <result> <response method="ListUserDetails"> <Users> <User UserName="admin" Role="ADMIN"/> <User UserName="admin" Role="USERS"/> <User UserName="op" Role="OPERATOR"/> <User UserName="user" Role="USERS"/> <User UserName="man" Role="MANAGER"/> </Users> </response> </result> </AppManager-response> |
If the API is not executed correctly, the request will fail and errors will be shown as given below:
<AppManager-response uri="/AppManager/xml/ListUserDetails"> <result> <response response-code="4004"> <message>The specified apikey [ "+apiKey+" ] in the request is invalid. Kindly login to Application Manager and check for the key in generate key in Admin tab.</message> </response> </result> </Apm-response> |
Refer this page for a list of common error conditions.
AddMonitor API - Cloud Apps |
PollNow API |