v1
latestOpenAPI 3.0.12026-07-227292131.4 KBorganizations
Register an organization
Allow users to register an organization. The user will automatically leave their current organization.
post/organizations
Request body
Example request
{
"name": "My Organization"
}Response
Successfully registered the organization.
Example response
{
"id": "a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11"
}