Update mTAN login information
POST/nevisidm/api/core/v1/:clientExtId/users/:userExtId/mtans/:extId
Since: 2.86.0
Required permission(s): AccessControl.CredentialModify,AccessControl.CredentialView
Records the outcome of an mTAN authentication attempt and updates the credential's login statistics.
When success is true, the credential's successful login count and last successful login timestamp are updated. When success is false, the failed login count and last failed login timestamp are updated. Depending on the configured mTAN policy, repeated failures may trigger automatic state transitions such as locking the credential.
The updated credential state and login statistics are returned in the response.
Request
Responses
- 200
- 403
- 404
- 422
Login information updated successfully
Insufficient permissions
Referenced resource not found
Invalid request parameters