Skip to main content

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

SecurID credential updated successfully