[GET] /api/users/count

[GET] /api/users/count

/api/users/count

Description

This method returns the number of users in the enaio system. The list of users is cached internally and will be refreshed automatically every 10 minutes. The list can be refreshed by the optional request parameter refresh.

Request Method

GET

Optional Request Parameters

  • refresh=true: The cache will be invalidated, all data is reloaded from the enaio server and cached again.

Response Format

text/plain

Minimum Version

1.0.0

Request Examples

/api/users/count
/api/users/count?refresh=true

Result Example

197