Auth0.Management.Tickets (Auth0Api v1.4.0) View Source
Documentation for Auth0 Management API of Tickets.
endpoint
- /api/v2/tickets/email-verification
- /api/v2/tickets/password-change
Link to this section Summary
Link to this section Types
Link to this section Functions
Specs
create_email_verification( Auth0.Management.Tickets.EmailVerification.Create.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.Ticket.t(), response_body()} | error()
Create an email verification ticket.
see
https://auth0.com/docs/api/management/v2/#!/Tickets/post_email_verification
Specs
create_password_change( Auth0.Management.Tickets.PasswordChange.Create.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.Ticket.t(), response_body()} | error()
Create a password change ticket.
see
https://auth0.com/docs/api/management/v2/#!/Tickets/post_password_change