GET_users_count

/users/count

Gets a count of all users in the repository.

Endpoint URL: http://path/to/rest/users/count.format

Formats: xml, json

HTTP Methods: GET

Parameters: None

Response Codes: 200, 400, 500

Example:

GET http://path/to/rest/users/count.xml

<?xml version="1.0" encoding="utf-8"?>
<count>9</count>