ICE Chat API

GetUserDetails

This module helps to get the user details and information. The Service URL of the module is given by the following link-

https://www.enterice.com/ICEAPI/api/ChatAdmin/GetUserDetails

•Request Type-

Post

•Allowed for-

Admin

•Json Formats-

1. Code snippet for Web Service Use

GetUserDetails

{

 “Token”:”sdfdsavcxdgdfFD”,

 “UserId”: 654

}

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”,

“OrganizationID”: 59,

” Username”: asmith@enterice.com,

” Password”: “Password”,

” Organization”: “ICE”,

” Forename”: “Andrew”,

” Surname”:”Smith”,

” RealForename “:”Andrew”,

” RealSurname”: “Smith”,

” RoleId”:1,

” Gender”:”Male”,

” ChatLimit”:10,

“IsMultiSession”:false,

}

Fail:

{ “message”: ” The request is invalid.” }

    ×

    Contact Us