getDirectory

abstract suspend fun getDirectory(order: DirectoryOrder? = null, onlyLocal: Boolean? = null, limit: Int? = null, pageInfo: PageInfo? = null): Page<List<Account>>

Lists accounts visible in the directory.

Parameters

order

DirectoryOrder.Active to sort by most recently posted statuses, or DirectoryOrder.New to sort by most recently created accounts.

onlyLocal

Only show local accounts.