Skip to main content
POST
POST
Creates a new organisation and assigns the authenticated user as its owner. Each user can belong to multiple organisations.

Request Body

string
required
Display name for the new organisation.

Response

boolean
true when the organisation has been created.
object
The new organisation object — id, organisation_name, status, created_time.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
organisation_name
string
required

Response

201

Organisation created