Create a SecurID credential
POST/nevisidm/api/core/v1/:clientExtId/users/:userExtId/securid
Since: 2.75.1
Required permission(s): AccessControl.CredentialCreate
Creates a new SecurID credential for the specified user.
The username field is required and used during authentication.
Each user can have at most one SecurID credential. Attempting to create a second credential for the same user will fail with a conflict error.
Request
Responses
- 201
- 403
- 404
- 422
SecurID credential created successfully
Response Headers
Location
URL of the created resource
Insufficient permissions
Referenced resource not found
Invalid request parameters