Logs the agent into the system.

{
  "campaign_id": <integer>,
  "extension": <string>
}

Field

Type

Description

user_id

integer

The ID of the user.

campaign_id

integer

The ID of the campaign the user will be logged into.

extension

string

The configured extension number of the user.

{
  "success": <boolean>,
  "detail": <string>
}

TokenKey

Field

Type

Description

success

boolean

success indicator of the action.

detail

string

A detailed message of the action.