Gets count of users.

Request

HTTP Request

GET /user/count

Parameters

Parameter NameRequiredTypeDescription
loginNostringFilter by user login
loginPatternNostringFilter by user login pattern
roleNointegerFilter by user role. 0 is Administrator, 1 is Client.
statusNointegerFilter by user status. 0 is Active, 1 is Locked Out, 2 is Disabled.

Authorization

Access JSON Web Token (ManageUser)

Request Body

Do not supply a request body with this method.

Response

If successful, this method returns the count of User resources in the response body.

Property NameTypeDescription
countintegerNumber of users that match the filters.