create

suspend fun create(organisationId: String, name: String): Result<TeamResource, Exception>

Create a new team.

Parameters

organisationId

The organisation ID (path parameter).

name

The name of the team.