Regenerate a second OTP card for the user
POST/nevisidm/api/core/v1/:clientExtId/users/:userExtId/otp-credentials/:extId/regenerate
Since: 8.2605.0, 9.2605.0
Required permission(s): AccessControl.CredentialModify,AccessControl.CredentialView
Creates a second OTP card based on the existing OTP credential identified by its external ID.
Unlike replace, this operation does not overwrite the existing card. Instead, it generates an additional card with a new key while the original OTP credential remains unchanged. This is typically used to produce a backup card for the user.
Request
Responses
- 200
- 403
- 404
- 409
Second OTP card generated successfully
Insufficient permissions
Referenced resource not found
Optimistic locking conflict