Troubleshooting
Get user count
Fetches user count for the specified custom datasource.
Tip: Use /debug//status for richer information.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Describes the request body of the /getusercount API call
Datasource name for which user count is needed.
Response
200
application/json
OK
Describes the response body of the /getusercount API call
Number of users corresponding to the specified custom datasource.