The Service Description of this module is to get the user information from the system. Following link defines the Service URL for GetUserDetails-
https://www.enterice.com/ICEAPI/api/EmailAdmin/GetUserDetails
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use-
GetUserDetails
{
“UserID”: 59,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMTY3MDk0fQ.hmz3O5s8wIAvb-5nIz6WVqOfJ3LdsMnnu_GyddDyRrM”
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | UserId | Int | Id of User |
3. Response Example-
Success:
{
“Message”: “Success”,
“OrgId”: 128,
“Organization”: “ICE”,
“UserName”: “admin@etechtexas.com”,
“ForeName”: “Admin”,
“SurName”: “Admin”,
“RealForeName”: “Admin”,
“RealSurName”: “Admin”,
“Gender”: “Male”,
“RoleId”: 1,
“TicketLimit”: 900
}
Fail:
{“Message”:”The request is invalid.”}