Closed
Description
Area
admin/api
Describe the bug
The issue is when I use the send-verify-endpoint for email verification email, It triggers the email for execute actions.
I'm using keycloak admin client package "@keycloak/keycloak-admin-client"
Version
18.0.2
Expected behavior
It should send email verification template which will verify user email and redirect.
Actual behavior
It was sending execute actions email template which redirecting user to perform actions.
How to Reproduce?
API Endpoint: PUT /{realm}/users/{id}/send-verify-email
Anything else?
No response