getAccounts
abstract suspend fun getAccounts(local: Boolean?, remote: Boolean?, active: Boolean?, pending: Boolean?, disabled: Boolean?, silenced: Boolean?, suspended: Boolean?, staff: Boolean?, domain: String?, username: String?, displayName: String?, email: String?, ip: String?): AdminAccount
Gets a list of accounts matching certain criteria.
Parameters
local
Filter for local accounts?
remote
Filter for remote accounts?
active
Filter for currently active accounts?
pending
Filter for currently pending accounts?
disabled
Filter for currently disabled accounts?
silenced
Filter for currently silenced accounts?
suspended
Filter for currently suspended accounts?
staff
Filter for staff accounts?
username
Filter by username
displayName
Filter by display name
email
Filter by email address
domain
Filter by the given domain
ip
Filter by IP address