{
"code": "seats",
"name": "Number of seats",
"description": "Number of users of the account",
"privileges": [
{
"code": "max",
"name": "Maximum",
"value_type": "integer"
},
{
"code": "max_admins",
"name": "Max Admins",
"value_type": "integer"
},
{
"code": "root",
"name": "Allow root user",
"value_type": "boolean"
},
{
"code": "provider",
"name": "SSO Provider",
"value_type": "select",
"config": {
"select_options": [
"google",
"okta"
]
}
}
],
"created_at": "2025-07-17T12:34:35Z"
}
This object represents a feature of your business, that can be entitled to a customer through a plan or a subscription.
The schema is of type object
.
Was this page helpful?