Create Custom Password Instructions

POST {{baseUrl}}/custom-password-instructions

This API creates the custom password instructions for the specified page ID. A token with ORG_ADMIN authority is required to call this API.

Request Body

{"pageId"=>"reset-password:enter-password", "pageContent"=>"See company password policies for details by clicking <a href=\"url\">here</a>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;pageId&quot;:&quot;reset-password:enter-password&quot;,&quot;locale&quot;:&quot;default&quot;,&quot;pageContent&quot;:&quot;See company password policies for details by clicking \u003ca href=\&quot;url\&quot;\u003ehere\u003c/a\u003e&quot;}