This module helps to import users from Excel file. The Service URL of the module is provided by the following link-
https://www.enterice.com/ICEAPI/api/ChatAdmin/ImportUsers
• Request Type-
Post
•Allowed for-
Admin
•Json Formats-
1. Code snippet for Web Service Use–
ImportUsers
{
“Token”: “sdfdsavcxdgdfFD”,
“OrganizationId “: 59,
“FileName”:”users.xls”
}
Note:Pass actual file as input.
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | OrganizationId | Int | Id of organization |
3 | FileName | String | Name of Excel file |
3. Response Example-
Success:
{ “Message”: ” Success”,
“UserIDs”:”45,46,47” }
}
Fail:
{ “message”: ” Failed” }