Skip to main content
POST
Create organization

Authorizations

Authorization
string
header
required

This API uses OAuth 2 with the implicit grant flow

Body

application/json
name
string
required
Required string length: 1 - 128
Example:

"Example Organization"

Response

Organization created

id
string
required

Unique identifier for the organization

Example:

"org_123456"

name
string
required

Name of the organization

Example:

"Example Organization"

owner_id
string
required

ID of the user who owns the organization

Example:

"user_123456"

total_storage
integer
required

Total storage allocated to the organization

Example:

1000000

description
string

Description of the organization

Example:

"This is an example organization."

members
object[]

List of members in the organization

invites
object[]

List of invites sent by the organization

in_warning_group
boolean

Whether the organization is in the warning group

Example:

true