Objects
/
Account

Account

Your monday.com account

Fields

  • active_members_count
    Int
    The number of active member users in the account
  • country_code
    String
    The account's country two-letter code in ISO3166 format
  • first_day_of_the_week
    FirstDayOfTheWeek!
    Required
    The first day of the week for the account (sunday / monday)
  • id
    ID!
    Required
    The account's unique identifier.
  • logo
    String
    The account's logo.
  • name
    String!
    Required
    The account's name.
  • plan
    Plan
    The account's payment plan.
  • products
    [AccountProduct]
    The account's active products
  • show_timeline_weekends
    Boolean!
    Required
    Show weekends in timeline
  • sign_up_product_kind
    String
    The product the account signed up to first.
  • slug
    String!
    Required
    The account's slug.
  • tier
    String
    The account's tier.
AppTypeAccountProduct
Built with