NAME
WebService::Auth0::Management::Role::Search - Role that provides a 'search' API method
SYNOPSIS
package
WebService::Auth0::Management::Users;
use
Moo;
sub
path_suffix {
'users'
}
# Other custom methods for the Endpoint
1;
DESCRIPTION
Helper role
METHODS
This class defines the following methods:
search (\%params)
Seach all items for the endpoint
SEE ALSO
WebService::Auth0, https://auth0.com. WebService::Auth0::Management::Base
AUTHOR
See L<WebService::Auth0>
COPYRIGHT & LICENSE
See L<WebService::Auth0>