Native
Synchronous
No Custom Parameters
Parses the results of the QueryDevices action to determine if a user is logged into the device.
Once the QueryDevices action has been used to determine which user, if any, is logged into some number of devices, this action can be further used to parse the results for individual devices queried in the QueryDevices action.
The branch conditions must be incorporated into your script in order to correctly use this action. An explanation of the conditions are as follows:
LoggedIn indicates that the specified DeviceName is logged in to by a user. This is the only branch path in which one should use the Username result data parameter.
NoDevice indicates that the specified DeviceName is not located in the QueryDeviceResults varibale.
NoUser indicates that there is no user logged into the device.
This action does not communicate with the Extension Mobility service. It only parses the data returned by the QueryDevices action.
| Parameter Name | .NET Type | Default | Description |
|---|---|---|---|
| DeviceName * | System.String | The name of the device, of the form SEPXXXXXXXXXXXX. | |
| QueryDeviceResults * | Metreos.Types.CiscoExtensionMobility.QueryDeviceResults | The result from a QueryDevices action. |
| Parameter Name | .NET Type | Description |
|---|---|---|
| Username | System.String | If the branch condition is LoggedIn, this result data parameter will be populated with the user logged into the device specified by DeviceName. |
Branch Conditions
No description.
No description.
No description.
No description.