The module gets the list of the supervisors by organization Id. The Service URL of the module is provide with the following link address-
https://www.enterice.com/ICEAPI/api/Email/GetSupervisorListByOrgId
•Allowed for
Agent
•Json Formats-
1. Code snippet for Web Service Use-
GetUsersListByOrgId
{
“OrgId”: 59,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFAYS5jb20iLCJleHAiOjE0ODI1MDYyOTl9.DTuDBcnIQf8KrKAv5ehay4SLDukbdvP0zXTeMxt_KQo”
}
2. Description for Request Parameter-
S.No | Name | Type | Description |
1 | OrgId | Int | Organization’s Id |
2 | Token | String | Authentication Token |
3. Response Example-
Success:
{
“Message”: ” Successful”,
“supervisorlist”: [
{
” userID “: “654”,
” forename “: “John”
}
{
” userID “: “655”,
” forename “: “Jack”
}
]
}
Fail:
{“Message”:”The request is invalid.”}