Create a PUK credential
POST/nevisidm/api/core/v1/:clientExtId/users/:userExtId/puk
Since: 8.2605.0, 9.2605.0
Required permission(s): AccessControl.CredentialCreate
Creates a new PUK (Personal Unblocking Key) credential for the specified user.
The PUK value is generated automatically and returned in the response body in hashed form. If no policy is specified, the default PUK policy configured for the client is used. If an initial state is provided, the caller must have the AccessControl.CredentialChangeState permission in addition to AccessControl.CredentialCreate.
Request
Responses
- 201
- 403
- 404
- 422
PUK credential created successfully
Insufficient permissions
Referenced resource not found
Invalid request parameters