Update Password Org Config
PUT {{baseUrl}}/password-org-config
This API updates the password org config for specified fields. Other fields will keep original value.
You must set the customInstructionsEnabled field to true
to be able to use custom password instructions.
Requires ORG_ADMIN, API role or authorization scope of 'idn:password-org-config:write'
Request Body
{"digitTokenEnabled"=>true, "digitTokenDurationMinutes"=>12}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"customInstructionsEnabled":true,"digitTokenDurationMinutes":12,"digitTokenEnabled":true,"digitTokenLength":6}