Create a device password
POST/nevisidm/api/core/v1/:clientExtId/users/:userExtId/device-password
Required permission(s): AccessControl.CredentialCreate
Creates a new device password credential for the specified user.
If the associated password policy has resetCodeEnabled set to true, the password is auto-generated and a password fragment is returned in the response body. If resetCodeEnabled is false, the password must be provided in the request body.
Request
Responses
- 201
- 403
- 404
- 422
Device password created successfully
Response Headers
Location
URL of the created resource
Insufficient permissions
Referenced resource not found
Invalid request parameters