MCX get employee state

This activity retrieves the current aggregate state for an MCX employee and an optional reason. The state can be any of the following values: Unknown, Available, Busy, Do Not Disturb, Away, or Offline.

Table 1. MCX get employee state action - Inputs
Parameters Description

EmployeeId

Identifier of the MCX employee.

Table 2. MCX get employee state action - Outputs
Parameters Description

StatusCode

HTTP response code for the request.

Success

Indicates whether the activity was completed successfully (value = True) or not (value = False).

Body

JSON formatted response to the request.

State

State of the employee (Unknown, Available, Busy, Do Not Disturb, Away or Offline).

Reason

Optional reason associated with the state.