Create Password Org Config
POST {{baseUrl}}/password-org-config
This API creates the password org config. Unspecified fields will use default value.
To be able to use the custom password instructions, you must set the customInstructionsEnabled
field to true
.
Requires ORG_ADMIN, API role or authorization scope of 'idn:password-org-config:write'
Request Body
{"customInstructionsEnabled"=>true, "digitTokenEnabled"=>true, "digitTokenDurationMinutes"=>12, "digitTokenLength"=>9}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"customInstructionsEnabled":true,"digitTokenDurationMinutes":9,"digitTokenEnabled":true,"digitTokenLength":12}