v1

latestOpenAPI 3.0.12026-07-227292131.4 KB
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"
}