Skip to content

Account Setup

List of valid attributes:

Attribute Description Specifics
account_features List of account features to be created Must be set. Allowed values are ai_automation, communication, contracts, digital_personnel_file, hr_processes, recruiting and other
spokesperson.position Position of the spokesperson Must be set. Allowed values are owner, hr, site_manager, team_lead and employee

Example request:

{
"data": {
"type": "account",
"attributes": {
"account_features": ["ai_automation", "communication"],
"spokesperson": {
"position": "owner"
}
}
}
}

Example response:

{
"data": {
"type": "account",
"attributes": {
...
}
}
}

This endpoint creates (multiple) account features and sets the role of a spokesperson.

POST /api/v1/account_setup