Skip to main content

Create a new organization

POST 

/api/v1/organizations

Create a new organization. admin role is required to create an organization.

Request

Header Parameters

    X-API-KEY stringrequired

    API Key

Body

required

Organization Request

    name stringrequired

    Possible values: non-empty and <= 50 characters

    name is the name of the organization. Every organization name should be unique. This must be a valid DNS name, and must be between 1 and 50 characters. This is a required field.

Responses

Created

Schema

    data

    object

    createdAt string

    createdAt is the creation time of the organization.

    id string

    id is the unique identifier of the organization.

    name string

    name is the name of the organization.

    orgNamespace string

    orgNamespace is the organization namespace.

    owner boolean

    owner is the organization owner.

    slug string

    slug is the organization slug.

    id string
    message string
    status string
Loading...