This module is designed to get user list for Organization. The users can access the module from the following Service URL below-
https://www.enterice.com/ICEAPI/api/EmailAdmin/GetUserList
•Allowed for
Admin
•Json Formats-
1. Code snippet for Web Service Use-
GetUserList
{
“OrgId”: 59,
“Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNDgyMTY3MDk0fQ.hmz3O5s8wIAvb-5nIz6WVqOfJ3LdsMnnu_GyddDyRrM”
}
2. Description for Request Parameters-
S.No | Name | Type | Description |
1 | Token | String | Authentication Token |
2 | OrgId | Int | Id of Organization |
3. Response Example-
Success:
{
“message”: “Success”,
“UserList”: [
{
“UserId”: 973,
“IsEnable”: “1”,
“UserName”: “admin@etechtexas.com”,
“ForeName”: “Admin”,
“SurName”: “Admin”,
“RoleId”: 1,
“TicketLimit”: 900,
“CurrentState”: “N/A”
}
]
}
Fail:
{“Message”:”The request is invalid.”}