Tenant の作成
    • PDF

    Tenant の作成

    • PDF

    Article Summary

    Tenantを作成します。

    リクエスト

    • POST /tenant

    レスポンス

    レスポンスボディ

    {
      "tenantId" : "string",
      "tenantAlias" : "string",
      "mbrLoginAllow" : "string",
      "protocols" : [ "string" ],
      "applicationTypeSupported" : [ "string" ],
      "oauth2" : {
        "grantTypeSupported" : [ "string" ],
        "responseTypeSupported" : [ "string" ],
        "scopeSupported" : [ "string" ],
        "clientAuthMethodSupported" : [ "string" ],
        "accessTypeSupported" : [ "string" ]
      },
      "createdAt" : "string"
    }
    
    パラメータタイプ説明制限事項
    tenantIdStringTenant id
    tenantAliasStringTenant Alias
    mbrLoginAllowStringメインアカウントでログイン
    protocolsArrayprotocol list
    applicationTypeSupportedArrayサポート可能な Application Type
    createdAtStringTenantの作成日時(UTC、例: 2023-04-25T13:11:50Z)
    oauth2.grantTypeSupportedArray[Oauth2] サポートする Grant Type
    oauth2.responseTypeSupportedArray[Oauth2] サポートする Response Type
    oauth2.scopeSupportedArray[Oauth2] サポートする Scope
    oauth2.clientAuthMethodSupportedArray[Oauth2] サポートする ClientAuthMethod
    oauth2.accessTypeSupportedArray[Oauth2] サポートする Access Type

    エラー

    以下のエラーコードは、このアクション(Action)で発生する特徴的なエラーです。エラーレスポンス形式は ErrorResponseをご参照ください。
    共通して発生するエラーについての詳細は、NAVER Cloud Platform APIをご参照ください。

    HTTP status codeエラーコードエラーメッセージ
    400400不正なリクエストです。

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

    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.