Skip to content

Account Setup

List of valid attributes:

AttributeDescriptionSpecifics
account_featuresList of account features to be createdMust be set. Allowed values are ai_automation, communication, contracts, digital_personnel_file, hr_processes, recruiting and other
spokesperson.positionPosition of the spokespersonMust be set. Allowed values are owner, hr, site_manager, team_lead and employee

Create

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.

HTTP Request

POST /api/v1/account_setup