Admin

Create Organization

Creates an organization with the provided organization name.

Returns 201 if a new organization was created, 200 if an existing organization was found.

post/admin/create-organization

Request body

organization_idstring uuid required

The organization id to create. Must be unique.

Response

Successful Response

messagestring

This string will always be "Success!". This may change in the future.

Changes