Magidoc

accounts
Query

Arguments

#

limit = 10

Non-null

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

offset

Non-null

The offset to use to fetch

searchTerm

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

tag

Only accounts that match these tags

tagSearchOperator = "AND"

Non-null

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

includeArchived

Included collectives which are archived

isActive

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

skipRecentAccounts

Whether to skip recent suspicious accounts (48h)

country

Limit the search to collectives belonging to these countries

host

Host hosting the account

type

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

isHost

Only return Fiscal Hosts accounts if true

hasCustomContributionsEnabled

Only accounts with custom contribution (/donate) enabled

orderBy

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

includeVendorsForHost

Include vendors for this host

Response

#

Returns AccountCollection !.

Example

#