NAME
WebService::Auth0::Management::Users - Users management API
SYNOPSIS
DESCRIPTION
METHODS
This class defines the following methods:
search (\%params)
https://auth0.com/docs/api/management/v2#!/Client_Grants/get_client_grants
Either get all the client grants, or search for client grants filterd by audience.
all
Gets all the client grants. Is basically a shortcut for '->search(+{})'. See https://auth0.com/docs/api/management/v2#!/Client_Grants/get_client_grants for more.
create (\%params)
https://auth0.com/docs/api/management/v2#!/Client_Grants/post_client_grants
delete ($client_grant_id)
https://auth0.com/docs/api/management/v2#!/Client_Grants/delete_client_grants_by_id
update ($client_grant_id, \%params)
https://auth0.com/docs/api/management/v2#!/Users/patch_users_by_id
SEE ALSO
WebService::Auth0, https://auth0.com.
AUTHOR
See L<WebService::Auth0>
COPYRIGHT & LICENSE
See L<WebService::Auth0>