Get Custom Password Instructions by Page ID
GET {{baseUrl}}/custom-password-instructions/:pageId
This API returns the custom password instructions for the specified page ID. A token with ORG_ADMIN authority is required to call this API.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
locale | string | The locale for the custom instructions, a BCP47 language tag. The default value is "default". |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
Accept | string |
RESPONSES
status: OK
{"pageId":"reset-password:enter-password","locale":"default","pageContent":"See company password policies for details by clicking \u003ca href=\"url\"\u003ehere\u003c/a\u003e"}