auth0_ex v0.7.0 Auth0Ex.Management.Job View Source
A module representing jobs on Auth0
Link to this section Summary
Functions
Sends a verification email for the given user
Link to this section 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"})