create

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

Create a new organisation.

Parameters

name

The name of the organisation.