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.
| Parameters | Description |
|---|---|
EmployeeId |
Identifier of the MCX employee. |
| 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. |
↑