Account Methods

Method Name Method Type Description
get_account_details() Getter Retrieves details of the account, including ID, name, logo, country code, and plan information.

Method Details

get_account_details()

get_account_details()

Description: Retrieves details of the Monday.com account.

Returns:

A dictionary containing the account details, including:

  • Account ID
  • Name
  • Logo URL
  • Active members count
  • Country code
  • First day of the week
  • Timeline weekend visibility setting
  • Subscription tier
  • Plan details
  • Associated products
  • Signup product kind

Returns None or an error message if the API call fails.

Example:

account_details = monday.account.get_account_details()