thanks for the awesome sdk package. how can we trigger sending email for verification and password reset.
based on your example. WorkspaceService file
Can we trigger automated emails for password reset / email verifications like example below
var actions = new List<string> { "VERIFY_EMAIL" };
await adminApiClient.Admin.Realms[DefaultRealm].Users["MyKeyclockuserid/guid"].ExecuteActionsEmail().PostAsync(actions)
@NikiforovAll