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

NAME

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

SYNOPSIS

DESCRIPTION

METHODS

This class defines the following methods:

search (\%query)

get_by_phone_number ($phone_number)

get_by_username ($username)

get_by_email ($email)

https://auth0.com/docs/api/management/v2#!/User_Blocks/get_user_blocks

delete_by (\%query)

delete_by_phone_number ($phone_number)

delete_by_username ($username)

delete_by_email ($email)

https://auth0.com/docs/api/management/v2#!/User_Blocks/delete_user_blocks

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

all ($user_id)

https://auth0.com/docs/api/management/v2#!/User_Blocks/get_user_blocks_by_id

delete ($user_id)

https://auth0.com/docs/api/management/v2#!/User_Blocks/delete_user_blocks_by_id

SEE ALSO

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

AUTHOR

    See L<WebService::Auth0>
  

COPYRIGHT & LICENSE

    See L<WebService::Auth0>