api/register: Create new clockodo accounts
With this resource you can add new clockodo accounts.
Object type „user“
Parameter | Type | Description |
---|---|---|
name | string | Name of the co-worker |
string | E-mail address of the co-worker | |
role | string | Role of the co-worker |
timeformat_12h | boolean | Time format 12h |
weekstart_monday | boolean | Week start on Monday |
language | string | Language |
currency | string | Currency |
currency_symbol | string | Currency symbol |
timezone | string | time zone |
Add new clockodo account
POST /api/register
Required parameters | companies_name | string | Name of the company |
---|---|---|---|
name | string | Name of the owner | |
string | E-mail address of the owner |
Optionale Parameter | rfs | string | Name of the external application from which the registration is made |
---|---|---|---|
bs | string | Preselected billing application | |
gtc_agreed | boolean | Terms of clockodo were accepted |
Answer
{ "success" : "true" "user": [object of type user] "apikey" : string }