Skip to main content

Create Organization

POST 

/api/v1/organizations

Create a new organization.

Request

Cookie Parameters

    session any

Body

required

    name Name (string)required

    A name for the organization.

    Possible values: non-empty and <= 3000 characters

Responses

Successful Response

Schema

    id uuidrequired

    Unique identifier

    created_at

    object

    Creation datetime

    anyOf

    string

    updated_at

    object

    Update datetime

    anyOf

    string

    name Name (string)required

    A name for the organization.

    Possible values: non-empty and <= 3000 characters

    stripe_customer_id

    object

    The Stripe customer ID for the organization.

    anyOf

    string

    parse_plan_level ParsePlanLevel (string)

    Whether the organization is a Parse Premium customer.

    Possible values: [DEFAULT, PREMIUM]

    Default value: DEFAULT