You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)