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
realm
Query parameters
email
email filter
emailVerified
enabled
Boolean representing if user is enabled or not
firstName
first name filter
lastName
last name filter
q
search
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.
username
username filter
Response
OK