Skip to content

How to trigger verification email and password reset email using Keycloak.AuthServices.Sdk.Kiota.Admin #140

@wilz055

Description

@wilz055

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions