ServiceDesk API User Guide

This page will list down users and allow user to perfom some actions


Displaying list of users


GET ~/api/Contact


Sending password reminder

This method can be accessed anonymously ( without logged-in)

GET ~/api/Contact/SendPasswordReminder?domain={domain}&e_login={email_of_user}


Updating user password


PUT ~/api/Contact/UpdateAccount?e_login={email_of_user}&new_e_password={new_password}


Getting Service Desk Info

To show the customize info that has been set up in the Wello Portal, you can be a specific call.
Make a GET request to below url.
Request:

~/api/Settings/GetServiceDeskInfo

Response:
A String value that need to be shown (if ok)
HTTP 404 (If no value found)