Preview

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

AssociatedAccount

A narrowly-scoped view of an account (company) for cross-company contexts (e.g. a customer viewing their sales representative's company). Authorized via same-company check or reseller company association, not the standard Account permission model.

Federation: when the caller is not allowed to resolve the referenced account, the AssociatedAccount entity resolver returns null so subgraphs (e.g. subscription) can expose nullable AssociatedAccount fields instead of failing the whole query.

This page contains

    Fields

    id: ID!

    ID of the account (UUID)

    name: String

    Name of the account

    contactPhoneNumber: String

    Phone number of the account in E164 format

    contactEmail: String

    Email address of the account

    Parent objects of AssociatedAccount

    SubscriptionRecordState PREVIEW

    Subscription Record State - federated type from another service Uses purchase_orders.uuid as the key