Account
Interface

Account interface shared by all kind of accounts (Bot, Collective, Event, User, Organization)

Fields

#

activitySubscriptions

List of activities that the logged-in user is subscribed for this collective

backgroundImageUrl

categories

[ String ]!
Non-null

Categories set by Open Collective to help moderation.

childrenAccounts

Non-null

connectedAccounts

The list of connected accounts (Stripe, Twitter, etc ...)

conversations

Non-null

conversationsTags

Returns conversation's tags for collective sorted by popularity

createdAt

The time of creation

currency

description

emails

Returns the emails of the account. Individuals only have one, but organizations can have multiple emails.

expensePolicy

expensesTags

Returns expense tags for collective sorted by popularity

features

Non-null

Describes the features enabled and available for this account

githubHandle

id

Non-null

The public id identifying the account (ie: 5v08jk63-w4g9nbpz-j7qmyder-p7ozax5g)

imageUrl

isActive

Returns whether the account accepts financial contributions.

isAdmin

Non-null

Returns true if the remote user is an admin of this account

isArchived

Non-null

Returns whether this account is archived

isFrozen

Non-null

Whether this account is frozen

isHost

Non-null

Returns whether the account is setup to Host collectives.

isIncognito

Non-null

Defines if the contributors wants to be incognito (name not displayed)

legacyId

Non-null

The internal database identifier of the collective (ie: 580)

legalName

Private, legal name. Used for expense receipts, taxes, etc. Scope: "account".

location

The address associated to this account. This field is always public for collectives and events.

longDescription

memberInvitations

Get pending member invitations for this account

memberOf

members

Non-null

name

Public name

oAuthApplications

The list of applications created by this account. Admin only. Scope: "applications".

orders

Non-null

parentAccount

paymentMethods

The list of payment methods that this account can use to pay for Orders

paymentMethodsWithPendingConfirmation

The list of payment methods for this account that are pending a client confirmation (3D Secure / SCA)

payoutMethods

The list of payout methods that this account can use to get paid

permissions

Non-null

Logged-in user permissions on an account

policies

Non-null

Policies for the account. To see non-public policies you need to be admin and have the scope: "account".

repositoryUrl

settings

Non-null

slug

Non-null

The slug identifying the account (ie: babel)

socialLinks

Non-null

supportedExpenseTypes

Non-null

The list of expense types supported by this account

tags

transactions

Non-null

transferwise

twitterHandle

type

Non-null

The type of the account (BOT/COLLECTIVE/EVENT/ORGANIZATION/INDIVIDUAL/VENDOR)

updatedAt

The time of last update

updates

Non-null

Updates published by the account. To see unpublished updates, you need to be an admin and have the scope "updates".

virtualCardMerchants

Virtual Cards Merchants used by the account. Admin only. Scope: "virtualCards".

virtualCards

Virtual Cards attached to the account. Admin only. Scope: "virtualCards".

website

Implementations

#

Implemented by Host , Bot , Collective , Event , Individual , Organization , Vendor , Fund , Project .

Usages

#

References

#