Teams
Creates a new team
POST
/
teams
Authorizations
apiKey
string
queryrequiredQuery Parameters
apiKey
string
requiredYour API key
Body
application/json
name
string
requiredName of the team
slug
string
requiredA unique slug that works as path for the team public page
hideBookATeamMember
boolean
requiredFlag to hide or show the book a team member option
brandColor
string
requiredPrimary brand color for the team
darkBrandColor
string
requiredDark variant of the primary brand color for the team
timeZone
string
requiredTime zone of the team
weekStart
string
requiredStarting day of the week for the team
isPrivate
boolean
requiredFlag indicating if the team is private
ownerId
number
ID of the team owner - only admins can set this.
parentId
number
ID of the parent organization.
Was this page helpful?