Preview

Account is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

Account

Stub for an account. Entity defined in Directory.

This page contains

    Fields

    id: ID!

    Unique identifier for the account

    creditMemos(filter: CreditMemoFilter!, orderBy: [CreditMemoOrderBy], first: Int, after: String, last: Int, before: String): CreditMemoAccountConnection!
    name: String

    Name of the account

    status: AccountStatus!

    Current status of the account

    accessTypes: [AccountAccessType!]

    The type of access that members of this account (company) have

    createdOn: DateTime

    Account creation date and time

    defaultRole: AccountMembershipRole!

    Default role given to new members of the account

    externalId: String

    Unique external identifier of the account

    countryCode: String

    Country code of the account

    website: String

    The URL for the account's website

    contactAddress: AccountContactAddress

    The contact address of an account (that is, a company)

    assignableRoles: AccountAssignableRoles

    Account assignable roles

    customAttributes: [AccountCustomAttribute!]

    The custom attributes associated with the account

    contactPhoneNumber: PhoneNumber

    Phone number of the account in E164 format

    contactEmail: EmailAddress

    Email address of the account

    vanityUrl: String

    Vanity url

    idpId: String

    UUID of the identity provider that the user will always use to log in

    tenant: String

    The Tenant that account belongs to

    companySize: AccountSize

    The company size

    billingDayOfMonth: Int

    Billing day of month

    thirtyDaysPurchaseLimitExempt: Boolean

    Exempt company from monthly spend limit

    thirtyDaysPurchaseLimitOverrideAmt: BigDecimal PREVIEW

    Overrides monthly spend limit of company above monthly spend limit of marketplace

    dailyPurchaseLimitExempt: Boolean

    Exempt company from daily spend limit

    dailyPurchaseLimitOverrideAmt: BigDecimal PREVIEW

    Overrides daily spend limit of company above daily spend limit of marketplace

    allowMembershipCreationByMarketplaceUsers: Boolean

    Allow membership creation by marketplace users

    picture: Url PREVIEW

    The profile picture URL of the company

    accountMemberships(first: Int, after: String, before: String, last: Int, filter: AccountMembershipDetailsFilter): AccountMembershipDetailsConnection!

    The list of memberships associated with the account

    programApplicant: ProgramApplicant PREVIEW
    reseller: Reseller PREVIEW

    Reseller-specific context and queries for this account

    webhookConfigurations(first: Int, after: String, last: Int, before: String, filter: WebhookConfigurationFilter): AccountWebhookConfigurationConnection!

    Paginated list of webhook configurations for the account

    webhooks(first: Int, after: String, last: Int, before: String, filter: WebhookFilter): AccountWebhookConnection!

    Paginated list of webhooks for the account

    Implements