This module is used to assign a particular skill to user. The Service URL of the module is given by the following link-
https://www.enterice.com/ICEAPI/api/EmailAdmin/AddMembersInSkill
•Allowed for
Admin
•Json Frames-
1. Code snippet for Web Service Use-
AddMembersInSkill
{
“SkillId”: 663,
“UserIds”: “1189,1187,1056”,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImRzYUBnbWFpbC5jb20iLCJleHAiOjE0ODI0MTk1NDV9.XgR8TsDNwmsUezVykeUzGcISUsmpT5Nx-aUYaMScmDw”
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | SkillId | Int | Id for skill |
3 | UserIds | String | Comma separated user Ids |
3. Response Example–
Success:
{ “Message”: ” Success” }
Fail:
{“Message”:”The request is invalid.”}