Auth0-PHP

StatsInterface
in

Interface StatsInterface.

Table of Contents

getActiveUsers()  : ResponseInterface
Get active user count statistics.
getDaily()  : ResponseInterface
Get daily statistics from a period of time.

Methods

getActiveUsers()

Get active user count statistics.

public getActiveUsers([RequestOptions|null $options = null ]) : ResponseInterface

Required scope: read:stats.

Parameters
$options : RequestOptions|null = null

Optional. Additional request options to use, such as a field filtering or pagination. (Not all endpoints support these. See @see for supported options.)

Tags
throws
NetworkException

when the API request fails due to a network error

see
https://auth0.com/docs/api/management/v2#!/Stats/get_active_users
Return values
ResponseInterface

getDaily()

Get daily statistics from a period of time.

public getDaily([string|null $from = null ][, string|null $to = null ][, RequestOptions|null $options = null ]) : ResponseInterface

Required scope: read:stats.

Parameters
$from : string|null = null

Optional. Beginning from this date; YYYYMMDD format.

$to : string|null = null

Optional. Ending from this date; YYYYMMDD format.

$options : RequestOptions|null = null

Optional. Additional request options to use, such as a field filtering or pagination. (Not all endpoints support these. See @see for supported options.)

Tags
throws
NetworkException

when the API request fails due to a network error

see
https://auth0.com/docs/api/management/v2#!/Stats/get_daily
Return values
ResponseInterface

Search results