This page will list down users and allow user to perfom some actions
GET ~/api/Contact
This method can be accessed anonymously ( without logged-in)
GET ~/api/Contact/SendPasswordReminder?domain={domain}&e_login={email_of_user}
PUT ~/api/Contact/UpdateAccount?e_login={email_of_user}&new_e_password={new_password}
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
A String value that need to be shown (if ok)
HTTP 404 (If no value found)