Docs Home
/
Developer Tools
/
API
/
Orgs
/
Update An Org

Update an org

HTTP Request

  • application/json

    //
    • allow_users_in_domain_to_auto_join:

      boolean,
      //
    • billing_email:

      stringEmail Address,
      //
    • domain:

      string,
      //
    • image:

      stringURL,
      //
    • name:

      string,
      //
    • phone:

      stringPhone Number
      //
    }

Response

  • 200 OK
    • //
      • allow_users_in_domain_to_auto_join:

        boolean,
        //
      • aws_external_id:

        stringUUID,
        //
      • billing_email:

        stringEmail Address,
        //
      • billing_email_verified:

        stringISO-8601,
        //
      • can_train_on_data:

        boolean,
        //
      • created_at:

        stringISO-8601,
        //
      • domain:

        string,
        //
      • id:

        stringUUID,
        //
      • image:

        stringURL,
        //
      • name:

        string,
        //
      • phone:

        stringPhone Number,
        //
      • stripe_id:

        string,
        //
      • updated_at:

        stringISO-8601,
        //
      • block:

        "missing_payment_method"+2
        • //The user is missing a payment method and has exceeded their free API call credits for the month.
          "missing_payment_method"
        • //The users payment method has failed.
          "payment_method_failed"
        • //The user repeatedly upgraded and downgraded to recycle free-plan credits.
          "upgrade_downgrade_abuse"
        //
      }

Examples

put
/org
200 OK
Response