organizations

Register an organization

Allow users to register an organization. The user will automatically leave their current organization.

post/organizations

Request body

namestring required

The organization's name.

Example request

{
  "name": "My Organization"
}

Response

Successfully registered the organization.

idstring uuid required

The organization's ID.

Example response

{
  "id": "a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11"
}

Changes