Count users

Returns the number of users that match the given criteria.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

realmstringRequired

Query parameters

emailstringOptional
email filter
emailVerifiedbooleanOptional
enabledbooleanOptional
Boolean representing if user is enabled or not
firstNamestringOptional
first name filter
lastNamestringOptional
last name filter
qstringOptional
searchstringOptional

arbitrary search string for all the fields below. Default search behavior is prefix-based (e.g., foo or foo*). Use foo for infix search and “foo” for exact search.

usernamestringOptional
username filter

Response

OK

Errors