Step two in authenticating an employee. A successful response means the tokens are fully authenticated.
POST/bizauthentication/credentials
The security question is answered and the employee's password is provided to complete authentication.
- QuestionId is the number of the question being answered, and QuestionAnswer is its answer.
- Password: The password for the account being logged into.
- IpAddress: The IP address associated with this request.
- SessionId: This value is written to Audicc. Maximum 24 characters.
- ConnectivityType: Generally "I" or "W".
- The session and user toknes must be included in the headers along with an appropriate App Key.
Request
Responses
- 200
- 400
- 401
- 403
Request data is either missing or invalid.
The password or security answer is incorrect
Use of the API is not allowed.