Collective Object
This represents a Collective account
Fields
#
id
The public id identifying the account (ie: 5v08jk63-w4g9nbpz-j7qmyder-p7ozax5g)
type
The type of the account (BOT/COLLECTIVE/EVENT/ORGANIZATION/INDIVIDUAL/VENDOR)
description
longDescription
tags
currency
expensePolicy
isIncognito
Defines if the contributors wants to be incognito (name not displayed)
imageUrl
backgroundImageUrl
isActive
Returns whether it's active: can accept financial contributions and pay expenses.
emails
Returns the emails of the account. Individuals only have one, but organizations can have multiple emails.
supportedExpenseTypes
The list of expense types supported by this account
transferwise
payoutMethods
The list of payout methods that this collective can use to get paid. In most cases, admin only and scope: "expenses".
paymentMethods
The list of payment methods that this collective can use to pay for Orders. Admin or Host only. Scope: "orders".
paymentMethodsWithPendingConfirmation
The list of payment methods for this account that are pending a client confirmation (3D Secure / SCA)
connectedAccounts
The list of connected accounts (Stripe, Twitter, etc ...). Admin only. Scope: "connectedAccounts".
oAuthApplications
The list of applications created by this account. Admin only. Scope: "applications".
location
The address associated to this account. This field is always public for collectives and events.
stats
updates
Updates published by the account. To see unpublished updates, you need to be an admin and have the scope "updates".
features
Describes the features enabled and available for this account
virtualCards
Virtual Cards attached to the account. Admin only. Scope: "virtualCards".
virtualCardMerchants
Virtual Cards Merchants used by the account. Admin only. Scope: "virtualCards".
policies
Policies for the account. To see non-public policies you need to be admin and have the scope: "account".
activitySubscriptions
List of activities that the logged-in user is subscribed for this collective
feed
hostAgreements
Returns agreements this account has with its host, or null if not enough permissions.
contributors
All the persons and entities that contribute to this account
platformContributionAvailable
Returns true if a custom contribution to Open Collective can be submitted for contributions made to this account
contributionPolicy
Interfaces
#
Also implements Account , AccountWithHost , AccountWithContributions .
Usages
#
References
#
- Field collective from Query
- Field createCollective from Mutation
Collection