DoAuthenticateUser713

Metreos.Native.AxlSoap713.DoAuthenticateUser

Description (7.1.3) Authenticates a user's password or pin

Action Parameters
Parameter Name.NET TypeDefaultDescription
UserIdSystem.StringThe ID of the user to authenticate
UserPasswordSystem.StringThe password to check against for the user
UserPinSystem.StringThe pin to check against for the user
CallManagerIP *System.StringCallManager IP Address
AdminUsername *System.StringThe Administrator username. Defaults to 'Administrator'
AdminPassword *System.StringThe Administrator password
Result Data
Parameter Name.NET TypeDescription
AuthenticatedSystem.BooleanWhether the user was authenticated
FaultMessageSystem.StringThe textual description of the SOAP fault, if a fault occurs
FaultCodeSystem.Int32The numeric code of a SOAP fault, if a fault occurs

Branch Conditions 

success

No description.

failure

No description.

fault

No description.