The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WebService::Auth0::Management::Connections - Users management API

SYNOPSIS

DESCRIPTION

METHODS

This class defines the following methods:

search (\%params)

https://auth0.com/docs/api/management/v2#!/Connections/get_connections

create (\%params)

https://auth0.com/docs/api/management/v2#!/Clients/post_clients

get ($id)

https://auth0.com/docs/api/management/v2#!/Connections/get_connections_by_id

delete ($conn_id)

https://auth0.com/docs/api/management/v2#!/Connections/delete_connections_by_id

update ($conn_id, \%params)

https://auth0.com/docs/api/management/v2#!/Connections/delete_connections_by_id

delete_users_by_email ($conn_id, $email)

https://auth0.com/docs/api/management/v2#!/Connections/delete_users_by_email

SEE ALSO

WebService::Auth0, https://auth0.com.

AUTHOR

    See L<WebService::Auth0>
  

COPYRIGHT & LICENSE

    See L<WebService::Auth0>