Skip to content

Account Features

List of valid attributes:

AttributeDescriptionSpecifics
account_idID of the account an account-feature belongs toCannot be set
setup_progressThe setup progress of an account-featureCan be an integer between 0 and 100. Default is 0.
nameName of the account featureMust be set. Allowed values are ai_automation, communication, contracts, digital_personnel_file, hr_processes, recruiting and other

Create

Example request:

{
"data": {
"type": "account_feature",
"attributes": {
"name": "ai_automation"
}
}
}

Example response:

{
"data": {
"id": "459u2p1e-caa0-4960-be61-yod0dlsd969e",
"type": "account_feature",
"attributes": {
...
}
}
}

This endpoint creates an account feature.

HTTP Request

POST /api/v1/account_features