teams

Create a child team

Create a new child team under the authenticated team

post/team/create-team

Request body

team_namestring required

Name of the new team

owner_emailstring

Email of the team owner. If omitted, the current team's owner is used.

company_websitestring

Company website to use for automatic network mapping. Cannot be combined with company_linkedin_url.

company_linkedin_urlstring

Company LinkedIn URL to use for automatic network mapping. Cannot be combined with company_website.

Response

Team created successfully

team_idstring uuid required

ID of the newly created team

Changes

No recorded changes to this endpoint across all 3 revisions of this API.