list

suspend fun list(organisationId: String): Result<List<TeamResource>, Exception>

Get the list of teams for an organisation.

Parameters

organisationId

The organisation ID (path parameter).