Update a temporary strong password credential
PATCH/nevisidm/api/core/v1/:clientExtId/users/:userExtId/tempstrong-password
Since: 8.2511.0
Required permission(s): AccessControl.CredentialModify,AccessControl.CredentialView
Partially updates the temporary strong password credential belonging to the specified user.
Only the fields provided in the request body are updated. Omitted fields remain unchanged. The credential's state, policy, and modification comment can be updated.
The credential policy is re-evaluated after the update. If a new policy is specified, it must exist and be of type TempStrongPasswordPolicy. If no policy is specified, the currently associated policy is reloaded and re-validated against the current credential state.
Request
Responses
- 200
- 403
- 404
- 409
- 422
Temporary strong password credential updated successfully
Insufficient permissions
Referenced resource not found
Optimistic locking conflict
Invalid request parameters