# Manage password expiration Create or update the configuration for the password expiration policy. If no configuration exists, a default policy will be applied. Endpoint: POST /resources/configurations/v1/password-rotation Security: bearer ## Request fields (application/json): - `isActive` (boolean) Indicates whether password expiration is enabled - `rotationPeriod` (number) The password expiration period, in minutes - `notificationPeriod` (number) Notification period before password expiration, in minutes ## Response 200 fields