Teams

Create Team

Creates a new team. The creating user is added as a member.

post/teams

Request body

namestring required
domainstring
logostring uri
aboutstring
meeting_linkstring uri
meeting_link_textstring
auto_placement_testingboolean

Response

Team created

successboolean
request_idstring

Example response

{
  "success": true,
  "request_id": "req_abc123def456"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.