create

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

Create an organisation.

Parameters

name

The name of the organisation.