Agents
List all agents data
Parameter
page_no optional
Number
The requested page number.
Default value: 1
Success 200
agent_id
Number
The agent's id.
first_name
String
The agent's first name.
last_name
String
The agent's last name.
String
The agent's login email.
phone_no
String
The agent's phone number.
role
String
The agent's role.
status
String
The current status (Online/Offline) of agent.
last_login_time
Number
The agent's last login time in epoch time in millisecond.
concurrent_chat_limit
Number
The agent's concurrent chat limit.
create_time
TimeStamp
The timestamp when the agent's created.
designation
String
The agent's designation.
additional_info
String
The agent's additional information.
enabled
Number
The status of agent's account.
Error 4xx
Unauthorized
Provided credentials are not valid
Forbidden
Not permitted
InvalidPageNumber
Invalid Page Number (if the input is not any positive number value, such as, -2 )
Get a single agent details
Parameter
id
Number
The agent's id
Success 200
agent_id
Number
The agent's id.
first_name
String
The agent's first name.
last_name
String
The agent's last name.
String
The agent's login email.
phone_no
String
The agent's phone number.
role
String
The agent's role.
status
String
The current status (Online/Offline) of agent.
last_login_time
Number
The agent's last login time in epoch time in millisecond.
concurrent_chat_limit
Number
The agent's concurrent chat limit.
create_time
TimeStamp
The timestamp when the agent's created.
designation
String
The agent's designation.
additional_info
String
The agent's additional information.
enabled
Number
The status of agent's account.
Error 4xx
AgentNotFound
The id of the Agent was not found.
InvalidAgentid
Invalid Agent id (if the input is not Valid number value, such as, -14 ).
Any questions? Please email us at support@revechat.com
Last updated