Update a SecurID credential
PATCH/nevisidm/api/core/v1/:clientExtId/users/:userExtId/securid
Since: 2.77.0
Required permission(s): AccessControl.CredentialModify,AccessControl.CredentialView
Partially updates the SecurID credential belonging to the specified user.
Only the fields provided in the request body are updated; omitted fields remain unchanged. The credential's username, state, and modification comment can be updated.
The version field is used for optimistic locking. If the credential was modified by another transaction between retrieval and update, the request fails with a conflict error.
The first retrieval of the credential (AccessControl.CredentialView) and the update itself (AccessControl.CredentialModify) are subject to separate dataroom permission checks.
This endpoint is admin-only and does not support self-admin operations.
Request
Responses
- 200
- 403
- 404
- 409
- 422
SecurID credential updated successfully
Insufficient permissions
Referenced resource not found
Optimistic locking conflict
Invalid request parameters