Plan
monday.com offers a variety of plans for users to choose from. You can use the plan object to return an account's plan details.
Plan queries
Required scope: account:read
You can only query a plan through parent items. It must be nested within an account query, so you cannot use it at the root of your query.
query {
account {
plan {
max_users
period
tier
version
}
}
}
Fields
Fields are used to return specific properties in an object. The following fields will determine what information is returned from your plan queries.
Fields | Description |
---|---|
max_users Int! | The maximum number of users allowed on the plan. |
period String | The plan's time period. |
tier String | The plan's tier. |
version Int! | The plan's version. |
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 5 days ago