Users count
GET {{baseUrl}}/{{version}}/stats/users/count?from_date=2020-01-01&to_date=2022-08-05&type=coach&status=any
Returns the count of teams.
This endpoint is only available to Club Administration access as it requires a 3rdPartyApiKey
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from_date | string | nullable | |
to_date | string | nullable | |
type | string | nullable | |
status | string | nullable |
This option is only available to 3rd Part Club Admins |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token | |
Admin-Token | string | A valid 3rd Party Api Secret Key |
RESPONSES
status: OK
{"error":false,"code":200,"message":"Number of Users","result":4}