Skip to main content

Create an organization

POST 

/api/web/v1/organizations

Create an organization. Caller requires the ORGANIZATIONS:ADD permission.

Request

Body

required

    description string

    The description of the organization.

    displayName string

    The display name of the organization. This value must be provided when creating an organization.

    logoUri string

    The URI of the logo to display when showing organizations.

    name string

    The name of the organization. This value must be provided when creating an organization.

Responses

Successful

Schema

    description string

    The description of the organization.

    displayName stringrequired

    The display name of the organization.

    id stringrequired

    The unique UUID assigned to the organization when it is created.

    logoUri string

    The URI of the logo to display when showing organizations.

    name stringrequired

    The name of the organization.

Loading...