How to set required actions for user through keycloak API? I haven't found it in their admin rest API documentation. There is only
PUT /{realm}/users/{id}/execute-actions-email
but it works through email which does not fit my requirements. I would like to force user to change their password on next login.
So, next api solves my issue