Trello.js - API library
    Preparing search index...

    Interface CreateOrganization

    interface CreateOrganization {
        desc?: string;
        displayName: string;
        name?: string;
        website?: string;
    }
    Index

    Properties

    desc?: string

    The description for the organizations

    displayName: string

    The name to display for the Organization

    name?: string

    A string with a length of at least 3. Only lowercase letters, underscores, and numbers are allowed. Must be unique.

    website?: string

    A URL starting with http:// or https://