Native
Synchronous
No Custom Parameters
Description (5.0.4) Authenticates a user's password or pin
| Parameter Name | .NET Type | Default | Description |
|---|---|---|---|
| UserId * | System.String | The ID of the user to authenticate | |
| UserPassword | System.String | The password to check against for the user | |
| UserPin | System.String | The pin to check against for the user | |
| CallManagerIP * | System.String | CallManager IP Address | |
| AdminUsername | System.String | The Administrator username. Defaults to 'Administrator' | |
| AdminPassword * | System.String | The Administrator password |
| Parameter Name | .NET Type | Description |
|---|---|---|
| Authenticated | System.Boolean | Whether the user was authenticated |
| FaultMessage | System.String | The textual description of the SOAP fault, if a fault occurs |
| FaultCode | System.Int32 | The numeric code of a SOAP fault, if a fault occurs |
Branch Conditions
No description.
No description.
No description.