create

abstract fun create(teamName: String, handler: CompletionHandler<Team>)

Creates a team. The authenticated user is automatically added as a member of the team. See the Team Memberships API to learn how to add more people to the team.

Since

0.1

Parameters

teamName

The name of the team to be created

handler

A closure to be executed once the request has finished.