View Source Auth0Ex.Management.Job (auth0_ex v0.9.0)

A module representing jobs on Auth0

Summary

Functions

Sends a verification email for the given user

Functions

Link to this function

send_verification_email(body \\ %{})

View Source

Sends a verification email for the given user

iex> Auth0Ex.Management.Job.send_verification_email(%{user_id: "test_user_id, client_id: "test_client_id"})