The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

DESCRIPTION

METHODS

This class defines the following methods:

all

https://auth0.com/docs/api/management/v2#!/Rules/get_rules

create (\%params)

https://auth0.com/docs/api/management/v2#!/Rules/post_rules

get ($id)

https://auth0.com/docs/api/management/v2#!/Rules/get_rules_by_id

delete ($id)

https://auth0.com/docs/api/management/v2#!/Rules/delete_rules_by_id

update ($id, \%params)

https://auth0.com/docs/api/management/v2#!/Rules/patch_rules_by_id

SEE ALSO

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

AUTHOR

    See L<WebService::Auth0>
  

COPYRIGHT & LICENSE

    See L<WebService::Auth0>