Business units
Resource URL: https://api.planadoapp.com/v2/business_units
Listing business units
$ curl -H "Authorization: Bearer api-key" https://api.planadoapp.com/v2/business_units | jq
{
"business_units": [
{
"uuid": "8d5f2415-fce3-45a6-b417-ad939a63f70d",
"name": "Company LLC",
"timezone": "Europe/London",
"seats_limit": null
},
{
"uuid": "2d0517ea-90d3-479c-bae0-af44f7700776",
"name": "West",
"timezone": "Europe/Lisbon",
"seats_limit": 10
}
]
}
Field | Type | JSON Type | Can be null |
Description |
---|---|---|---|---|
|
UUID |
String |
No |
Unique identifier |
|
String |
String |
No |
Name of the business unit |
|
String |
String |
No |
Timezone |
|
Integer |
Number |
Yes |
Number of available licenses. |