Update a recovery code credential
PATCH/nevisidm/api/core/v1/:clientExtId/users/:userExtId/recovery-codes
Since: 2.78.0
Required permission(s): AccessControl.CredentialView,AccessControl.CredentialModify or SelfAdmin Role
Partially updates the recovery code credential of the user with the given external ID, belonging to the specified client. Only provided fields will be updated.
The credential state and modification comment can be changed. The recovery codes themselves cannot be modified through this endpoint.
Supports self-admin mode with JWT token validation.
Request
Responses
- 200
- 403
- 404
- 409
- 422
Recovery code credential updated successfully
Insufficient permissions
Referenced resource not found
Optimistic locking conflict
Invalid request parameters