Create a team
Headers
value must be Bearer <token>
where <token>
is api key prefixed with cal_
Body
Name of the team
1
"CalTeam"
Team slug
"caltel"
URL of the teams logo image
"https://i.cal.com/api/avatar/b0b58752-68ad-4c0d-8024-4fa382a77752.png"
You can store any additional data you want here. Metadata must have at most 50 keys, each key up to 40 characters. Values can be strings (up to 500 characters), numbers, or booleans.
{ "key": "value" }
URL of the teams banner image which is shown on booker
"https://i.cal.com/api/avatar/949be534-7a88-4185-967c-c020b0c0bef3.png"
Timezone is used to create teams's default schedule from Monday to Friday from 9AM to 5PM. It will default to Europe/London if not passed.
"America/New_York"
"Monday"
If you are a platform customer, don't pass 'false', because then team creator won't be able to create team event types.
Was this page helpful?