Get Custom Password Instructions by Page ID
GET/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
Responses
- 200
- 400
- 403
- 404
- 500
Reference to the custom password instructions.
Client Error - Returned if the request body is invalid.
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
Not Found - returned if the request URL refers to a resource or object that does not exist
Internal Server Error - Returned if there is an unexpected error.