MENU
      Organizationの作成

        Organizationの作成


        記事の要約

        Classic/VPC環境で利用できます。

        Organizationを作成します。

        リクエスト

        リクエスト形式を説明します。リクエスト形式は次の通りです。

        メソッドURI
        POST/open-api/v1/org

        リクエストヘッダ

        Organization APIで共通して使用されるヘッダの詳細は、Organizationのリクエストヘッダをご参照ください。

        リクエストボディ

        リクエストボディの説明は次の通りです。

        フィールドタイプ必須の有無説明
        organizationDescStringOptionalOrganizationの説明

        リクエスト例

        リクエストのサンプルコードは次の通りです。

        curl --location --request POST 'https://organization.apigw.ntruss.com/open-api/v1/org' \
        --header 'x-ncp-apigw-timestamp: {Timestamp}' \
        --header 'x-ncp-iam-access-key: {Access Key}' \
        --header 'x-ncp-apigw-signature-v2: {API Gateway Signature}' \
        --header 'Content-Type: application/json' \
        --data '{
            "organizationDesc": "NAVERクラウド Organization"
        }'
        Shell

        レスポンス

        レスポンス形式を説明します。

        レスポンスボディ

        レスポンスボディの説明は次の通りです。

        フィールドタイプ必須の有無説明
        organizationNoInteger-Organization番号
        organizationNameString-Organization名
        organizationDescString-Organizationの説明

        レスポンスステータスコード

        Organization APIで共通して使用されるレスポンスステータスコードの詳細は、Organizationのレスポンスステータスコードをご参照ください。

        レスポンス例

        レスポンスのサンプルコードは次の通りです。

        {
            "organizationNo": 2706,
            "organizationName": "NAVERクラウド株式会社",
            "organizationDesc": "NAVERクラウド Organization"
        }
        JSON

        この記事は役に立ちましたか?

        Changing your password will log you out immediately. Use the new password to log back in.
        First name must have atleast 2 characters. Numbers and special characters are not allowed.
        Last name must have atleast 1 characters. Numbers and special characters are not allowed.
        Enter a valid email
        Enter a valid password
        Your profile has been successfully updated.