Account
The account object allows you to return information about a monday.com account.
Account Queries
Required scope: account:read
Querying an account will return metadata about a specific account. You can query it directly at the root. You can also nest it within another query that returns user data, like me or users.
query {
users {
account {
id
show_timeline_weekends
plan {
period
}
tier
slug
}
}
}
Fields
Fields are used to return specific properties in an object. The following fields will determine what information is returned from your account query.
Fields | Description |
---|---|
first_day_of_the_week FirstDayOfTheWeek! | The first day of the week for the account, is either Sunday or Monday. |
id Int! | The account's unique identifier. |
logo String | The account's logo. |
name String! | The account's name. |
plan Plan | The account's payment plan. |
show_timeline_weekends Boolean! | Shows true if weekends show in the timeline. |
sign_up_product_kind String | The product the account first signed up to. |
slug String! | The account's slug. |
tier String | The account's tier. |
country_code String | The account's two-letter country code in ISO3166 format. Please note: the result is based on the location of the first account admin. |
Have questions?
Join our developer community! You can share your questions and learn from fellow users and monday.com product experts.
Don't forget to search before opening a new topic!
Updated 4 days ago