Auth0\SDK\API\Management\Stats::getDailyStats PHP Method

getDailyStats() public method

public getDailyStats ( $from, $to )
    public function getDailyStats($from, $to)
    {
        return $this->apiClient->get()->stats()->daily()->withParam('from', $from)->withParam('to', $to)->call();
    }