POST /API/managementAPI/checkUserCredentials/{username}
password=…&options=…
API Example:
AbstractRemoteManagementAPI.checkUserCredentials({'username': /* username the user's user name */, 'password': /* password the user's password */, 'options': /* options the options map (domain, queyList, user) */});
Check some user's credentials
Output:
java.lang.Boolean -
Form parameters:
password - the user's password
options - the options map (domain, queyList, user)