UserPasswordCheck
UserPasswordCheck( string Username, string Password )
Check if an user/password pair is valid.
Available since RPM18
Request
Request Data:
- (string) Username (required)
- (string) Password (required)
Response
{ "Username":<string>, "Password":<string> }
Errors
- Username not found
- Password invalid
- User is disabled
- "Call requires parameter: \"Password\" which was not found"
- "Call requires parameter: \"Username\" which was not found"