Skip to main content

Create Organization

POST 

/v1/organization/create

⚠️ WARNING

This endpoint is unstable & not officially supported. It may be deprecated and removed in future API versions.

Create Organization

Request

Body

required

    nickname Nickname (string)required

    The name of the organization.

    description

    object

    A description of the organization.

    anyOf

    string

    Possible values: <= 512 characters

    logo_url

    object

    The logo of the organization.

    anyOf

    string

    Possible values: <= 512 characters

    website

    object

    The website of the organization.

    anyOf

    string

    Possible values: <= 255 characters

    organization_type Organization Type (string)

    Default value: personal

    The type of organization.

Responses

Successful Response

Schema

    organization_id Organization Id (string)required

    Organization ID

Loading...