For the complete documentation index, see llms.txt. This page is also available as Markdown.

Users API

Report on user status over time.

Read which users held a given status over a period.


List users by status

Lists users whose status matched the given values during the period. Use this to report on live agent availability.

URL
GET https://v3-api.proto.cx/api/platform/v1/users/{subcompany_id}/{start_datetime}/{end_datetime}/users-by-status

Query parameters

Parameter
Required
Type

statuses

No

string

Returns
{
  "data": [object]
}

Last updated