accountId.
| Field | Details |
|---|---|
| Method | GET |
| Endpoint | https://{{host}}/agentassist/api/public/analytics/account/{{Accountid}}/agents |
| Content-Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token. |
| API Scope | WFM Integration |
Path Parameters
| Parameter | Description | Type |
|---|---|---|
host | Environment URL, for example, https://platform.kore.ai | string, required |
AccountId | The unique ID associated with the account. | string, required |
Sample Request
Sample Response
Response Body Parameters
| Parameter | Description | Type |
|---|---|---|
accountId | The unique ID associated with the account. For example, 63fb9a0f90425b644d3ec070. | String |
agentId | The unique ID of the agent. For example, a-59bb17e-0cae-46b0-8d80-a8a8ac34e55c. | String |
firstName | The agent’s first name. For example, Tony. | String |
lastName | The agent’s last name. For example, Stark. | String |