Details of the API are as follows:
API: https://{servername:port}/auth/admin/realms/{realm}/users/{userId}/execute-actions-email
Request body: [“UPDATE_PASSWORD”]
Screenshot of the error is attached as below:

Please help me.
Thanks in advance.
Details of the API are as follows:
API: https://{servername:port}/auth/admin/realms/{realm}/users/{userId}/execute-actions-email
Request body: [“UPDATE_PASSWORD”]
Screenshot of the error is attached as below:

Please help me.
Thanks in advance.
@divya did you ever get it to work?
A few ideas:
@xgp where can I check the keycloak logs exactly ?
I’m running my keycloak server both locally and from a docker container
If you are running via docker the docker logs command is your friend: docker logs | Docker Documentation
In the container, logs should be in /opt/jboss/keycloak/standalone/log/
Also, depending on your command to startup the docker container, it also usually outputs to stdout.
If you are running locally from the distribution, logs are in <keycloak_dir>/standalone/log/