Native
Synchronous
No Custom Parameters
Parses the results of the QueryUsers action to determine which devices, if any, the user is logged into.
Once the QueryUsers action has been used to determine which device(s) a user is logged into, this action can be further used to parse the results of individual users queried in the QueryUsers 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:
HasDevices indicates that the specified Username is associated with one or more devices. This is the only branch path in which one should use the Devices result data parameter.
NoDevice indicates that the specified Username has no devices associated with it.
NoUser indicates that the specified Username is not located in the QueryUserResults variable.
This action does not communicate with the Extension Mobility service. It only parses the data returned by the QueryUsers action.
| Parameter Name | .NET Type | Default | Description |
|---|---|---|---|
| Username * | System.String | The username to retrieve associated devices for. This username should have been at least one of the arguments in the Users action parameter in the QueryUsers action. | |
| QueryUserResults * | Metreos.Types.CiscoExtensionMobility.QueryUserResults | The result from a QueryUsers action. |
| Parameter Name | .NET Type | Description |
|---|---|---|
| Devices | System.Collections.Specialized.StringCollection | If the branch condition is HasDevices, this result data parameter will be populated with those devices. |
Branch Conditions
No description.
No description.
No description.
No description.