accounts
Query

Arguments

#

country

Limit the search to collectives belonging to these countries

hasCustomContributionsEnabled

Only accounts with custom contribution (/donate) enabled

host

Host hosting the account

includeArchived

Included collectives which are archived

isActive

Only return "active" accounts with Financial Contributions enabled if true.

isHost

Only return Fiscal Hosts accounts if true

limit

Non-null

The number of results to fetch (default 10, max 1000)

Default: 10

offset

Non-null

The offset to use to fetch

orderBy

The order of results. Defaults to [RANK, DESC] (or [CREATED_AT, DESC] if `supportedPaymentMethodService` is provided)

searchTerm

Search accounts related to this term based on name, description, tags, slug, and location

skipRecentAccounts

Whether to skip recent suspicious accounts (48h)

tag

Only accounts that match these tags

tagSearchOperator

Non-null

Operator to use when searching with tags. Defaults to 'AND'

Default: "AND"

type

Only return accounts that match these account types (COLLECTIVE, FUND, EVENT, PROJECT, ORGANIZATION or INDIVIDUAL)

Response

#

Returns AccountCollection !.

Example

#

3