Create a new organization
POST/api/v1/orgs
Creates a new organization, makes the caller its OWNER, and returns a session scoped to the new org. Any authenticated user may create an organization; it is always created for the caller (the owner is taken from the access token, never from the request body). A slug freed by a previously deleted organization may be claimed again.
Request
Responses
- 201
- 401
- 409
- 422
Organization created
Authentication required
Resource conflict
Validation error