Skip to main content
POST
Create Personal Organization

Authorizations

airmux_session
string
cookie
required

Browser session cookie returned by login or signup. Browser requests must also send X-Requested-With.

Body

application/json
name
string
required

Org name, e.g. My Org

Required string length: 1 - 200
slug
string
default:""

Organization handle, globally unique and usable in place of the id; derived from the name when omitted

Maximum string length: 63
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$

Response

Successful Response

data
OrgOut · object
required